diff options
| author | Anup Patel <[email protected]> | 2018-12-28 11:01:37 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2018-12-31 09:27:50 +0530 |
| commit | 56e41f7a8db2c9bcfd1116748d496e5d40d2397b (patch) | |
| tree | 30da6be8b27015cf94a0d58e82f579d9d333bc42 | |
| parent | d461d5b790bba2884dfdd02ab117375e9bfaae4c (diff) | |
platform: Fix author name for Kendryte K210 platform
The Kendryte K210 platform support was contributed by Damien
hence fix author name.
Signed-off-by: Anup Patel <[email protected]>
| -rw-r--r-- | platform/kendryte/k210/config.mk | 2 | ||||
| -rw-r--r-- | platform/kendryte/k210/objects.mk | 2 | ||||
| -rw-r--r-- | platform/kendryte/k210/platform.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/platform/kendryte/k210/config.mk b/platform/kendryte/k210/config.mk index 512fc2ab..4a5b5920 100644 --- a/platform/kendryte/k210/config.mk +++ b/platform/kendryte/k210/config.mk @@ -2,7 +2,7 @@ # Copyright (c) 2018 Western Digital Corporation or its affiliates. # # Authors: -# Anup Patel <[email protected]> +# Damien Le Moal <[email protected]> # # SPDX-License-Identifier: BSD-2-Clause # diff --git a/platform/kendryte/k210/objects.mk b/platform/kendryte/k210/objects.mk index 3e16abe6..1f0a20b7 100644 --- a/platform/kendryte/k210/objects.mk +++ b/platform/kendryte/k210/objects.mk @@ -2,7 +2,7 @@ # Copyright (c) 2018 Western Digital Corporation or its affiliates. # # Authors: -# Anup Patel <[email protected]> +# Damien Le Moal <[email protected]> # # SPDX-License-Identifier: BSD-2-Clause # diff --git a/platform/kendryte/k210/platform.c b/platform/kendryte/k210/platform.c index 141c98e3..35119dbc 100644 --- a/platform/kendryte/k210/platform.c +++ b/platform/kendryte/k210/platform.c @@ -2,7 +2,7 @@ * Copyright (c) 2018 Western Digital Corporation or its affiliates. * * Authors: - * Anup Patel <[email protected]> + * Damien Le Moal <[email protected]> * * SPDX-License-Identifier: BSD-2-Clause */ |
