u-boot/board/AndesTech/ae350
Randolph 03a4504659 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>
2023-10-19 17:29:33 +08:00
..
ae350.c riscv: spl: andes: Move the DTB in front of kernel 2023-10-19 17:29:33 +08:00
Kconfig configs: andes: add vender prefix for target name 2023-10-04 18:00:51 +08:00
MAINTAINERS riscv: Rename Andes cpu and board names 2023-02-17 19:07:48 +08:00
Makefile riscv: Rename Andes cpu and board names 2023-02-17 19:07:48 +08:00