summaryrefslogtreecommitdiff
path: root/include/configs/poplar.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-11 05:59:38 +0300
committerTom Rini <trini@konsulko.com>2022-06-29 00:11:48 +0300
commit910feb50d40acdd38b3709050fbe6b650e8c4b9d (patch)
treea5c3ad3ffb6761477a9f2e8f9811dffc87c7a09d /include/configs/poplar.h
parentde47ff536363289f92f85ed1e4901724d238432d (diff)
downloadu-boot-910feb50d40acdd38b3709050fbe6b650e8c4b9d.tar.xz
Globally remove most CONFIG_SPL_BUILD tests from config headers
With the exception of how PowerPC handles SPL and TPL (which has its own issues), we cannot safely hide options under CONFIG_SPL_BUILD. Largely remove the places that have this test today. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/poplar.h')
-rw-r--r--include/configs/poplar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/poplar.h b/include/configs/poplar.h
index 6def369110..b119465420 100644
--- a/include/configs/poplar.h
+++ b/include/configs/poplar.h
@@ -31,9 +31,7 @@
func(USB, usb, 0) \
func(MMC, mmc, 0) \
func(DHCP, dhcp, na)
-#ifndef CONFIG_SPL_BUILD
#include <config_distro_bootcmd.h>
-#endif
#define CONFIG_EXTRA_ENV_SETTINGS \
"loader_mmc_blknum=0x0\0" \