summaryrefslogtreecommitdiff
path: root/platform/kendryte/k210
diff options
context:
space:
mode:
Diffstat (limited to 'platform/kendryte/k210')
-rw-r--r--platform/kendryte/k210/config.mk6
-rw-r--r--platform/kendryte/k210/k210.dts6
-rw-r--r--platform/kendryte/k210/objects.mk6
-rw-r--r--platform/kendryte/k210/platform.c6
4 files changed, 12 insertions, 12 deletions
diff --git a/platform/kendryte/k210/config.mk b/platform/kendryte/k210/config.mk
index 14747c0..3bc4931 100644
--- a/platform/kendryte/k210/config.mk
+++ b/platform/kendryte/k210/config.mk
@@ -1,11 +1,11 @@
#
-# Copyright (c) 2018 Western Digital Corporation or its affiliates.
+# SPDX-License-Identifier: BSD-2-Clause
+#
+# Copyright (c) 2019 Western Digital Corporation or its affiliates.
#
# Authors:
# Damien Le Moal <damien.lemoal@wdc.com>
#
-# SPDX-License-Identifier: BSD-2-Clause
-#
# Compiler flags
platform-cppflags-y =
diff --git a/platform/kendryte/k210/k210.dts b/platform/kendryte/k210/k210.dts
index 17f5214..bcd075b 100644
--- a/platform/kendryte/k210/k210.dts
+++ b/platform/kendryte/k210/k210.dts
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Damien Le Moal <damien.lemoal@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
/dts-v1/;
diff --git a/platform/kendryte/k210/objects.mk b/platform/kendryte/k210/objects.mk
index a8a6e35..1924d7a 100644
--- a/platform/kendryte/k210/objects.mk
+++ b/platform/kendryte/k210/objects.mk
@@ -1,11 +1,11 @@
#
-# Copyright (c) 2018 Western Digital Corporation or its affiliates.
+# SPDX-License-Identifier: BSD-2-Clause
+#
+# Copyright (c) 2019 Western Digital Corporation or its affiliates.
#
# Authors:
# Damien Le Moal <damien.lemoal@wdc.com>
#
-# SPDX-License-Identifier: BSD-2-Clause
-#
platform-objs-y += uarths.o sysctl.o platform.o
platform-dtb-y += k210.dtb
diff --git a/platform/kendryte/k210/platform.c b/platform/kendryte/k210/platform.c
index 5c513d4..f1e19b7 100644
--- a/platform/kendryte/k210/platform.c
+++ b/platform/kendryte/k210/platform.c
@@ -1,10 +1,10 @@
/*
- * Copyright (c) 2018 Western Digital Corporation or its affiliates.
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (c) 2019 Western Digital Corporation or its affiliates.
*
* Authors:
* Damien Le Moal <damien.lemoal@wdc.com>
- *
- * SPDX-License-Identifier: BSD-2-Clause
*/
#include <sbi/riscv_encoding.h>