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 the kernel BSS initialisation.
> 
> Moving the DTB in front of the kernel can avoid this error.
> 
> Signed-off-by: Randolph <rando...@andestech.com>
> ---
>  board/AndesTech/ae350/ae350.c | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)

Reviewed-by: Leo Yu-Chi Liang <ycli...@andestech.com>

Reply via email to