diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-08-28 15:38:17 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-08-30 22:19:28 +0900 |
commit | de09faab4e214e432f826b76101f1b4bb6c802f9 (patch) | |
tree | d60b5507d6ba205eed10ad6de63ba3c7f978825d | |
parent | 94bd3699eeb2c158f61a678bc023c3dfda284298 (diff) | |
download | u-boot-imx-de09faab4e214e432f826b76101f1b4bb6c802f9.zip u-boot-imx-de09faab4e214e432f826b76101f1b4bb6c802f9.tar.gz u-boot-imx-de09faab4e214e432f826b76101f1b4bb6c802f9.tar.bz2 |
ARM: uniphier: remove unused macro
This macro is not referenced at all.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | include/configs/uniphier.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 908be26..b0a7daa 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -299,8 +299,6 @@ /* Open Firmware flat tree */ #define CONFIG_OF_LIBFDT -#define CONFIG_HAVE_ARM_SECURE - /* Memory Size & Mapping */ #define CONFIG_SYS_SDRAM_BASE CONFIG_SDRAM0_BASE |