Skip to content
Snippets Groups Projects
Commit 21cb8749 authored by Fabien Lehoussel's avatar Fabien Lehoussel Committed by Eugen Hristev
Browse files

board: sama5d3_xplained: Fix SPL DTB read from NAND


SPL boot cannot find dtb if CONFIG_SPL_SEPARATE_BSS is disabled :

CONFIG_SPL_SEPARATE_BSS=n

RomBOOT
<debug_uart> Missing DTB
 ### ERROR ### Please RESET the board ###
RomBOOT

CONFIG_SPL_SEPARATE_BSS=y

RomBOOT
<debug_uart>
U-Boot SPL 2019.04-linux4sam_6.2-icp-dirty (Feb 24 2020 - 15:34:35 +0100)
Trying to boot from NAND
<debug_uart>

Signed-off-by: default avatarFabien Lehoussel <fabien.lehoussel@medianesysteme.com>
parent 548ce227
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment