[U-Boot] [PATCH v2 02/22] ARM: uniphier: remove empty #ifdef block

Masahiro Yamada yamada.masahiro at socionext.com
Wed Jul 10 11:07:30 UTC 2019


This is a remnant of commit f89d6133eef2 ("configs: move
CONFIG_SPL_TEXT_BASE to Kconfig").

Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---

 include/configs/uniphier.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 5b42e0c1dee5..6979165260c6 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -220,10 +220,6 @@
 #define CONFIG_SYS_INIT_SP_ADDR		(CONFIG_SYS_TEXT_BASE)
 
 /* only for SPL */
-#if defined(CONFIG_ARCH_UNIPHIER_LD4) || \
-	defined(CONFIG_ARCH_UNIPHIER_SLD8)
-#endif
-
 #define CONFIG_SPL_STACK		(0x00200000)
 
 #define CONFIG_SYS_NAND_U_BOOT_OFFS		0x20000
-- 
2.17.1



More information about the U-Boot mailing list