commit | 6dbe90696d57f074e3e167a302350b348badbab2 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Wed Aug 17 21:38:06 2022 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Aug 23 12:40:16 2022 +0200 |
tree | b1d36c8225c5f15de5d862b00bca358d073fbeb3 | |
parent | 9c301c032b0038fd944967db784b374b3b46ae01 [diff] |
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>