summaryrefslogtreecommitdiff
path: root/platform/kendryte
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-01-18 03:42:41 +0300
committerAnup Patel <anup@brainfault.org>2019-01-18 07:35:12 +0300
commit00f77d9ba0465fe7baf65df487195880555db597 (patch)
tree28fc5f3c620d4334d095d9e8f122bd6d85d87157 /platform/kendryte
parentcf83b6e438ec0ba7fc3337f5b516da37ec5314c8 (diff)
downloadopensbi-00f77d9ba0465fe7baf65df487195880555db597.tar.xz
platform: Remove string functions from tinyfdt.c
There are couple of string function defined in platform code. We no longer need them as we can directly link minimal libc. Every platform required to inclde this as PLIC driver required libc functions. Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'platform/kendryte')
-rw-r--r--platform/kendryte/k210/config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/kendryte/k210/config.mk b/platform/kendryte/k210/config.mk
index 4a5b592..b8510cb 100644
--- a/platform/kendryte/k210/config.mk
+++ b/platform/kendryte/k210/config.mk
@@ -24,3 +24,6 @@ FW_PAYLOAD=y
FW_PAYLOAD_OFFSET=0x10000
#FW_PAYLOAD_FDT_ADDR=0x80040000
+# External Libraries to include
+PLATFORM_INCLUDE_LIBC=y
+