diff options
author | Tom Rini <trini@konsulko.com> | 2016-09-26 09:31:01 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-26 09:31:01 -0400 |
commit | 37cc64460081df4b824e4fc13526c53ea3846f87 (patch) | |
tree | 89c5ffc3ab87a17a9eaca3e18325e3cc25835f31 /configs/amcore_defconfig | |
parent | 87de0eb31ca86a7a675c000f48f5f24bf92b872d (diff) | |
parent | 18c9b10ce76ea0f99e6c68ce6ab75c373eedb4c4 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-coldfire
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 |