diff options
Diffstat (limited to 'include/configs/uniphier-common.h')
-rw-r--r-- | include/configs/uniphier-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/uniphier-common.h b/include/configs/uniphier-common.h index 45becc1795..7c4dba0387 100644 --- a/include/configs/uniphier-common.h +++ b/include/configs/uniphier-common.h @@ -248,9 +248,9 @@ are defined. Select only one of them." #define CONFIG_SYS_TEXT_BASE 0x84000000 -#if defined(CONFIG_SPL_BUILD) #define CONFIG_BOARD_POSTCLK_INIT -#else + +#ifndef CONFIG_SPL_BUILD #define CONFIG_SKIP_LOWLEVEL_INIT #endif |