diff options
author | Angelo Dureghello <angelo@sysam.it> | 2016-09-20 17:54:10 +0200 |
---|---|---|
committer | Angelo Dureghello <angelo@sysam.it> | 2016-09-25 14:26:22 +0200 |
commit | 18c9b10ce76ea0f99e6c68ce6ab75c373eedb4c4 (patch) | |
tree | 54f451175bcf818a64554fb9db97e656392de00c /configs/amcore_defconfig | |
parent | 9deff60710b2182898f05ab1e8309672b2e33254 (diff) | |
download | u-boot-18c9b10ce76ea0f99e6c68ce6ab75c373eedb4c4.tar.gz u-boot-18c9b10ce76ea0f99e6c68ce6ab75c373eedb4c4.tar.xz u-boot-18c9b10ce76ea0f99e6c68ce6ab75c373eedb4c4.zip |
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_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/amcore_defconfig b/configs/amcore_defconfig index 0361418d90..5cc512ce7a 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 |