]> git.ipfire.org Git - people/ms/u-boot.git/commit - scripts/Makefile.spl
Use separate options for TPL support
authorSimon Glass <sjg@chromium.org>
Tue, 13 Sep 2016 05:18:25 +0000 (23:18 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 16 Sep 2016 21:03:39 +0000 (17:03 -0400)
commit76f1f38816d8763b51e5f1d6ca099a88aa1fd077
treee407c3bf5d6b690df6f5bec7b78d265103463063
parent218d0d5b9b29b71c9c4db62bc735a54755e8ee1b
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>
common/Makefile
drivers/Makefile
include/common.h
include/configs/C29XPCIE.h
include/configs/P1010RDB.h
include/configs/P1022DS.h
include/configs/p1_p2_rdb_pc.h
lib/Makefile
scripts/Makefile.spl