Skip to content
Commit 7e3084ed authored by Michael Walle's avatar Michael Walle Committed by Stefan Roese
Browse files

board: lsxl: convert to DM_SERIAL



DM_SERIAL needs early malloc. The on-chip RAM is pretty tight, it's only
2kiB, with DM_SERIAL enabled, this doesn't work anymore. Fortunately for
us, we don't need the on-chip RAM because the DRAM is already
initialized before u-boot starts. Just put the early malloc area there
and use the default early malloc size.

Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
parent cb75d02a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment