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>
This commit is contained in:
parent
4d70b34d7f
commit
3fcfe80377
@ -16,7 +16,6 @@
|
||||
/*
|
||||
* defines to be used in other places
|
||||
*/
|
||||
#define CONFIG_ARMV7 /* ARM A5 Core */
|
||||
#define CONFIG_AT91FAMILY /* it's a member of AT91 */
|
||||
|
||||
/*
|
||||
|
@ -10,7 +10,6 @@
|
||||
#define __ARMADILLO_800EVA_H
|
||||
|
||||
#undef DEBUG
|
||||
#define CONFIG_ARMV7
|
||||
#define CONFIG_R8A7740
|
||||
#define CONFIG_RMOBILE_BOARD_STRING "Armadillo-800EVA Board\n"
|
||||
#define CONFIG_SH_GPIO_PFC
|
||||
|
@ -10,8 +10,7 @@
|
||||
#include <linux/sizes.h>
|
||||
#include <asm/arch/sysmap.h>
|
||||
|
||||
/* Architecture, CPU, chip, mach, etc */
|
||||
#define CONFIG_ARMV7
|
||||
/* CPU, chip, mach, etc */
|
||||
#define CONFIG_KONA
|
||||
#define CONFIG_SKIP_LOWLEVEL_INIT
|
||||
#define CONFIG_SYS_GENERIC_BOARD
|
||||
|
@ -9,8 +9,6 @@
|
||||
|
||||
#include <asm/arch/configs.h>
|
||||
|
||||
/* Architecture, CPU, chip, etc */
|
||||
#define CONFIG_ARMV7
|
||||
#define CONFIG_SKIP_LOWLEVEL_INIT
|
||||
|
||||
#define CONFIG_SYS_GENERIC_BOARD
|
||||
|
@ -20,7 +20,6 @@
|
||||
#define CONFIG_SYS_THUMB_BUILD
|
||||
|
||||
/* SoC Configuration */
|
||||
#define CONFIG_ARMV7
|
||||
#define CONFIG_ARCH_CPU_INIT
|
||||
#define CONFIG_SYS_ARCH_TIMER
|
||||
#define CONFIG_SYS_TEXT_BASE 0x0c001000
|
||||
|
@ -18,7 +18,6 @@
|
||||
/*
|
||||
* High Level Configuration Options
|
||||
*/
|
||||
#define CONFIG_ARMV7 1 /* This is an ARM V7 CPU core */
|
||||
#define CONFIG_OMAP 1 /* in a TI OMAP core */
|
||||
#define CONFIG_MVBLX 1 /* working with mvBlueLYNX-X */
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_MVBLX
|
||||
|
@ -11,7 +11,6 @@
|
||||
/* Virtual target or real hardware */
|
||||
#undef CONFIG_SOCFPGA_VIRTUAL_TARGET
|
||||
|
||||
#define CONFIG_ARMV7
|
||||
#define CONFIG_SYS_THUMB_BUILD
|
||||
|
||||
#define CONFIG_SOCFPGA
|
||||
|
@ -16,7 +16,6 @@
|
||||
/*
|
||||
* High Level Configuration Options
|
||||
*/
|
||||
#define CONFIG_ARMV7 /* This is an ARM V7 CPU core */
|
||||
#define CONFIG_OMAP /* in a TI OMAP core */
|
||||
|
||||
#define CONFIG_OMAP_GPIO
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user