Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

common.h

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Simon Glass's avatar
    76f1f388
    Use separate options for TPL support · 76f1f388
    Simon Glass authored
    
    At present TPL uses the same options as SPL support. In a few cases the board
    config enables or disables the SPL options depending on whether
    CONFIG_TPL_BUILD is defined.
    
    With the move to Kconfig, options are determined for the whole build and
    (without a hack like an #undef in a header file) cannot be controlled in this
    way.
    
    Create new TPL options for these and update users. This will allow Kconfig
    conversion to proceed for these boards.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    76f1f388
    History
    Use separate options for TPL support
    Simon Glass authored
    
    At present TPL uses the same options as SPL support. In a few cases the board
    config enables or disables the SPL options depending on whether
    CONFIG_TPL_BUILD is defined.
    
    With the move to Kconfig, options are determined for the whole build and
    (without a hack like an #undef in a header file) cannot be controlled in this
    way.
    
    Create new TPL options for these and update users. This will allow Kconfig
    conversion to proceed for these boards.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>