Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Simon Glass's avatar
    cdf17246
    spl: Add a way to specify a list of device trees to include · cdf17246
    Simon Glass authored
    
    When building a FIT, more than one device tree can be included. The board
    can select (at run-time) the one that it wants.
    
    Add a Kconfig option to allow the list of devices trees (supported by the
    board) to be specified.
    
    When using SPL_LOAD_FIT, build u-boot.img in FIT format instead of the
    legacy image format. Include all the listed device tree files in this FIT.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    cdf17246
    History
    spl: Add a way to specify a list of device trees to include
    Simon Glass authored
    
    When building a FIT, more than one device tree can be included. The board
    can select (at run-time) the one that it wants.
    
    Add a Kconfig option to allow the list of devices trees (supported by the
    board) to be specified.
    
    When using SPL_LOAD_FIT, build u-boot.img in FIT format instead of the
    legacy image format. Include all the listed device tree files in this FIT.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>