]> git.dujemihanovic.xyz Git - u-boot.git/commit
scripts: Define CONFIG_XPL_BUILD for all xPL builds
authorSimon Glass <sjg@chromium.org>
Mon, 30 Sep 2024 01:49:32 +0000 (19:49 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2024 17:44:47 +0000 (11:44 -0600)
commit1daf5b839ac4b01cfdb82908b00bf9a624825872
treeb5caaedfddccd70932f09b66a9167c4e17bd9a00
parentd90b3d95597c183d08a741683ccc2805d3e65a20
scripts: Define CONFIG_XPL_BUILD for all xPL builds

The new name 'xPL' is intended to indicate a build of any phase which is
not U-Boot proper. Define it for all such phases.

Note that we also define CONFIG_SPL_BUILD for all xPL builds. This
preserves existing behaviour, but future patches will adjust that.

Signed-off-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.autoconf
scripts/Makefile.xpl