aboutsummaryrefslogtreecommitdiff
path: root/include/configs/brxre1.h
diff options
context:
space:
mode:
authorTom Rini2022-06-10 22:59:38 -0400
committerTom Rini2022-06-28 17:11:48 -0400
commit910feb50d40acdd38b3709050fbe6b650e8c4b9d (patch)
treea5c3ad3ffb6761477a9f2e8f9811dffc87c7a09d /include/configs/brxre1.h
parentde47ff536363289f92f85ed1e4901724d238432d (diff)
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/brxre1.h')
-rw-r--r--include/configs/brxre1.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/brxre1.h b/include/configs/brxre1.h
index d34d69778f1..b4e8d73db05 100644
--- a/include/configs/brxre1.h
+++ b/include/configs/brxre1.h
@@ -23,8 +23,6 @@
#define V_OSCK 26000000 /* Clock output from T2 */
#define V_SCLK (V_OSCK)
-#ifndef CONFIG_SPL_BUILD
-
/* Default environment */
#define CONFIG_EXTRA_ENV_SETTINGS \
BUR_COMMON_ENV \
@@ -51,7 +49,6 @@ BUR_COMMON_ENV \
"b_usb0=usb start && load usb 0 ${scradr} usbscript.img && source ${scradr}\0" \
"b_default=run b_deftgts; for target in ${b_tgts};"\
" do run b_${target}; if test ${b_break} = 1; then; exit; fi; done\0"
-#endif /* !CONFIG_SPL_BUILD*/
/* Environment */