diff options
author | Masahiro Yamada | 2014-08-31 07:10:55 +0900 |
---|---|---|
committer | Tom Rini | 2014-08-30 21:19:32 -0400 |
commit | 44dcb4036b793acc7b5b384f5b572b4fe6e6be76 (patch) | |
tree | c64380d2c2c2d3867c99a4c29037a683f3b3df86 /include/configs | |
parent | eeadd3fe0f3efaf020994a27d4394b02a6270e39 (diff) |
zynq: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big,
move the Zynq board select menu to zynq/Kconfig.
Consolidate also common settings (CONFIG_SYS_CPU="armv7" and
CONFIG_SYS_SOC="zynq").
Refactor board/xilinx/zynq/MAINTAINERS too.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Tested-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/zynq-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index d57e9d5bbe8..875cb43f15b 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -12,7 +12,6 @@ /* High Level configuration Options */ #define CONFIG_ARMV7 -#define CONFIG_ZYNQ /* CPU clock */ #ifndef CONFIG_CPU_FREQ_HZ |