From 18c9b10ce76ea0f99e6c68ce6ab75c373eedb4c4 Mon Sep 17 00:00:00 2001 From: Angelo Dureghello Date: Tue, 20 Sep 2016 17:54:10 +0200 Subject: board: amcore: update to use dm serial driver Update amcore board to use dm serial driver. Signed-off-by: Angelo Dureghello --- Changes for v2: - None --- configs/amcore_defconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs') diff --git a/configs/amcore_defconfig b/configs/amcore_defconfig index 0361418..5cc512c 100644 --- a/configs/amcore_defconfig +++ b/configs/amcore_defconfig @@ -3,6 +3,10 @@ CONFIG_TARGET_AMCORE=y CONFIG_SYS_TEXT_BASE=0xffc00000 CONFIG_BOOTDELAY=1 CONFIG_SYS_PROMPT="amcore $ " +CONFIG_DM=y +CONFIG_DM_SERIAL=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x800 # CONFIG_CMD_BOOTD is not set # CONFIG_CMD_XIMG is not set CONFIG_LOOPW=y -- cgit v1.1