Skip to content
Snippets Groups Projects
Commit 4efbe9db authored by Marian Balakowicz's avatar Marian Balakowicz
Browse files

[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled


Dual format image code must properly handle all three FDT passing methods:
- raw FDT blob passed
- FDT blob embedded in the legacy uImage
- FDT blob embedded in the new uImage

This patch enables proper raw FDT handling when no FIT imaeg support
is compiled in. This is a bit tricky as we must dected FIT format even
when FIT uImage handling is not enabled as both FIT uImages and raw FDT
blobs use tha same low level format (libfdt).

Signed-off-by: default avatarMarian Balakowicz <m8@semihalf.com>
parent ff0734cf
No related branches found
No related tags found
No related merge requests found
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