From 56e41f7a8db2c9bcfd1116748d496e5d40d2397b Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Fri, 28 Dec 2018 11:01:37 +0530 Subject: [PATCH] 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 --- platform/kendryte/k210/config.mk | 2 +- platform/kendryte/k210/objects.mk | 2 +- 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 512fc2a..4a5b592 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 +# Damien Le Moal # # SPDX-License-Identifier: BSD-2-Clause # diff --git a/platform/kendryte/k210/objects.mk b/platform/kendryte/k210/objects.mk index 3e16abe..1f0a20b 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 +# Damien Le Moal # # SPDX-License-Identifier: BSD-2-Clause # diff --git a/platform/kendryte/k210/platform.c b/platform/kendryte/k210/platform.c index 141c98e..35119db 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 + * Damien Le Moal * * SPDX-License-Identifier: BSD-2-Clause */