]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: lsxl: convert to DM_SERIAL
authorMichael Walle <michael@walle.cc>
Wed, 17 Aug 2022 19:38:06 +0000 (21:38 +0200)
committerStefan Roese <sr@denx.de>
Tue, 23 Aug 2022 10:40:16 +0000 (12:40 +0200)
commit7e3084eda439a0f77cef68f805308c9677dd4743
treeb1d36c8225c5f15de5d862b00bca358d073fbeb3
parentcb75d02ab13d71dda92e8925e8ec07d3890815bc
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: Michael Walle <michael@walle.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
configs/lschlv2_defconfig
configs/lsxhl_defconfig