diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-10 20:07:30 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-10 22:41:51 +0900 |
commit | 7f283213a6959ee1312dc9f6c35f2b5c77594cb4 (patch) | |
tree | 5be88e8572fe264aaa69c557e041042b7c8856f9 /include/configs/uniphier.h | |
parent | 47eb8add270419722a562acd7e78088eddcf9488 (diff) |
ARM: uniphier: remove empty #ifdef block
This is a remnant of commit f89d6133eef2 ("configs: move
CONFIG_SPL_TEXT_BASE to Kconfig").
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r-- | include/configs/uniphier.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 5b42e0c1de..6979165260 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 |