Skip to content
Snippets Groups Projects
Commit aa34fbc0 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

fdt: Allow libfdt to be used in SPL


Add an option to enable libfdt in SPL. This can be useful when decoding
FIT files in SPL.

We need to make sure this option is not enabled in SPL by this change.
Also this option needs to be enabled in host builds. Si add a new
IMAGE_USE_LIBFDT #define which can be used in files that are built on the
host but must also build for U-Boot and SPL.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 70d41093
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