Skip to content
Snippets Groups Projects
Forked from KED Software Projects / Miscellaneous / KED U-Boot Fork
Source project has a limited visibility.
  • Simon Glass's avatar
    aa34fbc0
    fdt: Allow libfdt to be used in SPL · aa34fbc0
    Simon Glass authored
    
    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>
    aa34fbc0
    History
    fdt: Allow libfdt to be used in SPL
    Simon Glass authored
    
    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>