platform: Include libfdt & libc.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
Atish Patra
2019-01-09 00:49:10 -08:00
committed by Anup Patel
parent 57d5eaa5fb
commit cf83b6e438
3 changed files with 6 additions and 0 deletions

View File

@@ -26,3 +26,7 @@ FW_JUMP_FDT_ADDR=0x82200000
FW_PAYLOAD=y
FW_PAYLOAD_OFFSET=0x200000
FW_PAYLOAD_FDT_ADDR=0x82200000
# External Libraries to include
PLATFORM_INCLUDE_LIBFDT=y
PLATFORM_INCLUDE_LIBC=y