diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2019-09-04 13:27:27 +0900 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-09-05 18:47:56 +0530 |
commit | fca8c3be0122d4b90cef572aefddd65c27fcaba6 (patch) | |
tree | e71068ed5e5d0d0e3f2f29a7760e20181556bd2e /platform/kendryte/k210/objects.mk | |
parent | 6ed2bc154f99d3c067775d8a83bcd42a44838dcf (diff) |
kendryte/k210: Use sifive UART driver
The Kendryte K210 UARTHS is compatible with SiFive UART. So use the
sifive uart driver and remove the k210 uarths platform code.
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 1924d7a..58ba7c6 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 += uarths.o sysctl.o platform.o +platform-objs-y += sysctl.o platform.o platform-dtb-y += k210.dtb |