diff options
author | Michael Walle <michael@walle.cc> | 2022-08-17 21:38:06 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2022-08-23 12:40:16 +0200 |
commit | 7e3084eda439a0f77cef68f805308c9677dd4743 (patch) | |
tree | b1d36c8225c5f15de5d862b00bca358d073fbeb3 /cmd/pci.c | |
parent | cb75d02ab13d71dda92e8925e8ec07d3890815bc (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>
Diffstat (limited to 'cmd/pci.c')
0 files changed, 0 insertions, 0 deletions