commit | b4dc63fc85c1156d51e6fdf616419de963e7d330 | [log] [tgz] |
---|---|---|
author | Randolph <randolph@andestech.com> | Thu Oct 12 14:35:09 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Oct 19 17:29:33 2023 +0800 |
tree | ee86dda6d9560476fed42001ba0d917bfe1d7456 | |
parent | 87397dbf38b68a720eb9b982dd53d2ff562415fb [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>