-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
board: sam5d3_xplained: Fix SPL boot from NAND #14
Conversation
Hi, What was failing and how does your change fix it ? |
DTB read errorSPL boot cannot find dtb if CONFIG_SPL_SEPARATE_BSS is disable : CONFIG_SPL_SEPARATE_BSS=n
CONFIG_SPL_SEPARATE_BSS=y
Uboot sizeuboot size is incorrect.
So I increased size to 1MB : 0x100000
|
Can you please make 2 commits |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed in main thread
Signed-off-by: Fabien Lehoussel <[email protected]>
60ee4aa
to
b4654dc
Compare
Done ! |
Signed-off-by: Fabien Lehoussel <[email protected]>
b4654dc
to
6adc354
Compare
Hi, I took the liberty to edit the commit messages of your commits and pushed them. |
Works on 2020.01. But you need to update patch 2
|
Thanks, |
Signed-off-by: Fabien Lehoussel [email protected]
Please do not submit a Pull Request via github. Our project makes use of
mailing lists for patch submission and review. For more details please
see https://www.denx.de/wiki/U-Boot/Patches