summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMichael Walle <[email protected]>2022-08-17 21:38:06 +0200
committerStefan Roese <[email protected]>2022-08-23 12:40:16 +0200
commit7e3084eda439a0f77cef68f805308c9677dd4743 (patch)
treeb1d36c8225c5f15de5d862b00bca358d073fbeb3 /include/linux
parentcb75d02ab13d71dda92e8925e8ec07d3890815bc (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 <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions