diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2019-09-04 13:27:28 +0900 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-09-05 18:50:37 +0530 |
commit | 9dfe72057957e373b0c0782a1861739cd9a658b5 (patch) | |
tree | 51e55538761808c3b2e40ff4eba2cb927484b132 /platform/kendryte/k210/objects.mk | |
parent | fca8c3be0122d4b90cef572aefddd65c27fcaba6 (diff) |
kendryte/k210: remove sysctl code
Directly implement frequency discovery, making the sysctl code
unnecessary. While at it, Move all macro definitions from platform.c
into platform.h and cleanup that file, removing the need for the
Apache 2.0 license and Canaan Inc copyright.
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'platform/kendryte/k210/objects.mk')
-rw-r--r-- | platform/kendryte/k210/objects.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/kendryte/k210/objects.mk b/platform/kendryte/k210/objects.mk index 58ba7c6..7288e74 100644 --- a/platform/kendryte/k210/objects.mk +++ b/platform/kendryte/k210/objects.mk @@ -7,5 +7,5 @@ # Damien Le Moal <damien.lemoal@wdc.com> # -platform-objs-y += sysctl.o platform.o +platform-objs-y += platform.o platform-dtb-y += k210.dtb |