diff options
author | Atish Patra <atish.patra@wdc.com> | 2019-01-17 16:42:41 -0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-01-18 10:05:12 +0530 |
commit | 00f77d9ba0465fe7baf65df487195880555db597 (patch) | |
tree | 28fc5f3c620d4334d095d9e8f122bd6d85d87157 /platform/kendryte | |
parent | cf83b6e438ec0ba7fc3337f5b516da37ec5314c8 (diff) |
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.mk | 3 |
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 + |