diff options
author | Masahiro Yamada | 2015-03-23 00:07:25 +0900 |
---|---|---|
committer | Masahiro Yamada | 2015-03-24 00:15:35 +0900 |
commit | 499785b970a36a0c8de9bf4e5edf07455dc5b9bc (patch) | |
tree | 2f76977362eb65614ac58f97731b3d10ced42fa4 /configs/ph1_sld8_defconfig | |
parent | a286039b13d5bbcee0a0525e44f564f82aa0e636 (diff) |
ARM: UniPhier: enable Driver Model and UART on SPL
Enable CONFIG_SPL_DM and CONFIG_SPL_SERIAL_SUPPORT, which provide
Driver Model UART support on SPL.
CONFIG_SYS_SPL_MALLOC_{START,SIZE} should be dropped because simple
malloc is preferred on SPL. Dlmalloc requires some static variables
on .data section that is not available yet for NOR boot mode etc.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/ph1_sld8_defconfig')
-rw-r--r-- | configs/ph1_sld8_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ph1_sld8_defconfig b/configs/ph1_sld8_defconfig index cf229aef25e..e7e7ffff0b9 100644 --- a/configs/ph1_sld8_defconfig +++ b/configs/ph1_sld8_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_UNIPHIER=y CONFIG_DM=y CONFIG_DM_SERIAL=y +CONFIG_SPL_DM=y CONFIG_DM_I2C=y CONFIG_MACH_PH1_SLD8=y CONFIG_PFC_MICRO_SUPPORT_CARD=y |