summaryrefslogtreecommitdiff
path: root/drivers/ddr/imx/imx8ulp/ddr_init.c
diff options
context:
space:
mode:
authorRandolph <randolph@andestech.com>2023-10-12 14:35:09 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2023-10-19 17:29:33 +0800
commit03a4504659bf8b0a1945a79696ae9a2b7ca4938a (patch)
treeee86dda6d9560476fed42001ba0d917bfe1d7456 /drivers/ddr/imx/imx8ulp/ddr_init.c
parentfe192679ef269585606b7c95fa587579b908ef0d (diff)
riscv: spl: andes: Move the DTB in front of kernel
Originally, u-boot SPL will place the DTB directly after the kernel, but the size of the kernel does not include the BSS section, This means that u-boot SPL places the DTB in the kernel BSS section causing the DTB to be cleared by the kernel BSS initialisation. Moving the DTB in front of the kernel can avoid this error. Signed-off-by: Randolph <randolph@andestech.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'drivers/ddr/imx/imx8ulp/ddr_init.c')
0 files changed, 0 insertions, 0 deletions