Home
last modified time | relevance | path

Searched hist:"499785 b970a36a0c8de9bf4e5edf07455dc5b9bc" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Duniphier.h499785b970a36a0c8de9bf4e5edf07455dc5b9bc Sun Mar 22 15:07:25 UTC 2015 Masahiro Yamada <yamada.masahiro@socionext.com> 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>