]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/uniphier-common.h
ARM: UniPhier: call pin_init() also in the normal boot
[karo-tx-uboot.git] / include / configs / uniphier-common.h
index 45becc1795312ab204cb0a138af023905dbdd931..7c4dba0387e126f72f7de1d49ebb4829fe2560ad 100644 (file)
@@ -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