diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-06 14:59:33 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-20 11:28:24 -0500 |
commit | 3fcfe8037789b5624719aa4e15e717b6786cff5d (patch) | |
tree | a2ca3007b3651d38fe55315a9540dd7ba613887c /include/configs/zynq-common.h | |
parent | 4d70b34d7f721d8b1d4d628e68c3a44ab7a10dff (diff) | |
download | u-boot-imx-3fcfe8037789b5624719aa4e15e717b6786cff5d.zip u-boot-imx-3fcfe8037789b5624719aa4e15e717b6786cff5d.tar.gz u-boot-imx-3fcfe8037789b5624719aa4e15e717b6786cff5d.tar.bz2 |
ARM: remove CONFIG_ARMV7 defines
Some (not all) of ARMv7 boards define CONFIG_ARMV7, which is useless.
Besides, it is never referenced.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 2bc1562..c39c568 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -10,9 +10,6 @@ #ifndef __CONFIG_ZYNQ_COMMON_H #define __CONFIG_ZYNQ_COMMON_H -/* High Level configuration Options */ -#define CONFIG_ARMV7 - /* CPU clock */ #ifndef CONFIG_CPU_FREQ_HZ # define CONFIG_CPU_FREQ_HZ 800000000 |