Re: [PATCH V2 7/7] riscv: spl: andes: Move the DTB in front of kernel

2023-10-17 Thread Leo Liang
On Thu, Oct 12, 2023 at 02:35:09PM +0800, Randolph wrote: > 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 th

[PATCH V2 7/7] riscv: spl: andes: Move the DTB in front of kernel

2023-10-11 Thread Randolph
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 kerne