summaryrefslogtreecommitdiff
path: root/platform/kendryte
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-06-19 00:54:05 +0300
committerAnup Patel <anup.patel@wdc.com>2019-06-19 07:19:05 +0300
commitb2d0caf86b633e4242bc320d03ba7d13ff99b7f1 (patch)
tree8683ddae38c15d1a201ea1db3a9bcbaf185a0d63 /platform/kendryte
parent200ed7c1bdb4d39caf9d0126e3741e72982852b0 (diff)
downloadopensbi-b2d0caf86b633e4242bc320d03ba7d13ff99b7f1.tar.xz
platform: Enable all drivers by default.
The drivers and libfdt are built as libsbiutils.a instead of libplatsbi.a. libsbiutils.a are not built per platform specific. Thus, enable all drivers by default. Signed-off-by: Atish Patra <atish.patra@wdc.com> Acked-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'platform/kendryte')
-rw-r--r--platform/kendryte/k210/config.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/platform/kendryte/k210/config.mk b/platform/kendryte/k210/config.mk
index 2aa3b13..e0f8d3a 100644
--- a/platform/kendryte/k210/config.mk
+++ b/platform/kendryte/k210/config.mk
@@ -13,16 +13,8 @@ platform-cflags-y =
platform-asflags-y =
platform-ldflags-y =
-# Common drivers to enable
-PLATFORM_IRQCHIP_PLIC=y
-PLATFORM_SYS_CLINT=y
-
# Blobs to build
FW_TEXT_START=0x80000000
FW_PAYLOAD=y
FW_PAYLOAD_ALIGN=0x1000
FW_PAYLOAD_FDT=k210.dtb
-
-# External Libraries to include
-PLATFORM_INCLUDE_LIBC=y
-