Use separate options for TPL support
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:
Simon Glass <sjg@chromium.org>
Showing
- common/Makefile 11 additions, 1 deletioncommon/Makefile
- drivers/Makefile 15 additions, 1 deletiondrivers/Makefile
- include/common.h 9 additions, 6 deletionsinclude/common.h
- include/configs/C29XPCIE.h 8 additions, 8 deletionsinclude/configs/C29XPCIE.h
- include/configs/P1010RDB.h 7 additions, 7 deletionsinclude/configs/P1010RDB.h
- include/configs/P1022DS.h 7 additions, 7 deletionsinclude/configs/P1022DS.h
- include/configs/p1_p2_rdb_pc.h 7 additions, 7 deletionsinclude/configs/p1_p2_rdb_pc.h
- lib/Makefile 7 additions, 2 deletionslib/Makefile
- scripts/Makefile.spl 9 additions, 1 deletionscripts/Makefile.spl
Loading
Please register or sign in to comment