-
- Downloads
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>
Showing
- arch/arm/mach-uniphier/spl.c 10 additions, 3 deletionsarch/arm/mach-uniphier/spl.c
- configs/ph1_ld4_defconfig 1 addition, 0 deletionsconfigs/ph1_ld4_defconfig
- configs/ph1_pro4_defconfig 1 addition, 0 deletionsconfigs/ph1_pro4_defconfig
- configs/ph1_sld8_defconfig 1 addition, 0 deletionsconfigs/ph1_sld8_defconfig
- include/configs/uniphier.h 1 addition, 3 deletionsinclude/configs/uniphier.h
Loading
Please register or sign in to comment