Skip to content
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

Use the dtb overlays loaded by Pi firmware instead of u-boot built-in #229

Merged
merged 2 commits into from
Aug 22, 2018

Conversation

ZubairLK
Copy link
Contributor

U-boot by default embeds a dtb inside the binary.
In resinOS, we'd like u-boot to use the firmware loaded by the pi firmware.

This PR does that

Fixes #228

We have the dtb present in the boot partition and they are loaded
by the pi first stage bootloader by default. The default defconfigs
of the pi in uboot however embed a dtb inside the uboot binary.

Use the dtb loaded by the pi firmware by using CONFIG_OF_BOARD

Changetype: patch
Signed-off-by: Zubair Lutfullah Kakakhel <zubair@resin.io>
Signed-off-by: Zubair Lutfullah Kakakhel <zubair@resin.io>
@ZubairLK ZubairLK merged commit 7a34ddc into master Aug 22, 2018
@ZubairLK ZubairLK deleted the zlk_uboot_ofboard branch August 22, 2018 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants