Skip to content
Snippets Groups Projects
Commit 499785b9 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent a286039b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment