summaryrefslogtreecommitdiff
path: root/configs/amcore_defconfig
diff options
context:
space:
mode:
authorAngelo Dureghello <angelo@sysam.it>2016-09-20 15:54:10 (GMT)
committerAngelo Dureghello <angelo@sysam.it>2016-09-25 12:26:22 (GMT)
commit18c9b10ce76ea0f99e6c68ce6ab75c373eedb4c4 (patch)
tree54f451175bcf818a64554fb9db97e656392de00c /configs/amcore_defconfig
parent9deff60710b2182898f05ab1e8309672b2e33254 (diff)
downloadu-boot-fsl-qoriq-18c9b10ce76ea0f99e6c68ce6ab75c373eedb4c4.tar.xz
board: amcore: update to use dm serial driver
Update amcore board to use dm serial driver. Signed-off-by: Angelo Dureghello <angelo@sysam.it> --- Changes for v2: - None
Diffstat (limited to 'configs/amcore_defconfig')
-rw-r--r--configs/amcore_defconfig4
1 files changed, 4 insertions, 0 deletions
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