mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 23:53:33 +08:00
ARM: remove CONFIG_ARM1136 defines
CONFIG_CPU_ARM1136 was introduced into Kconfig by commit 2e07c249a6
(kconfig: arm: introduce symbol for ARM CPUs).
This commit removes all the defines of CONFIG_ARM1136 and replaces
the only reference in arch/arm/lib/cache.c with CONFIG_CPU_ARM1136.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
5d7b131d41
commit
3fd968e931
@ -11,7 +11,7 @@
|
||||
|
||||
__weak void flush_cache(unsigned long start, unsigned long size)
|
||||
{
|
||||
#if defined(CONFIG_ARM1136)
|
||||
#if defined(CONFIG_CPU_ARM1136)
|
||||
|
||||
#if !defined(CONFIG_SYS_ICACHE_OFF)
|
||||
asm("mcr p15, 0, r1, c7, c5, 0"); /* invalidate I cache */
|
||||
@ -21,7 +21,7 @@ __weak void flush_cache(unsigned long start, unsigned long size)
|
||||
asm("mcr p15, 0, r1, c7, c14, 0"); /* Clean+invalidate D cache */
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_ARM1136 */
|
||||
#endif /* CONFIG_CPU_ARM1136 */
|
||||
|
||||
#ifdef CONFIG_CPU_ARM926EJS
|
||||
/* test and clean, page 2-23 of arm926ejs manual */
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include <asm/arch/imx-regs.h>
|
||||
|
||||
/* High Level Configuration Options */
|
||||
#define CONFIG_ARM1136 /* This is an arm1136 CPU core */
|
||||
#define CONFIG_MX35
|
||||
|
||||
#define CONFIG_SYS_DCACHE_OFF
|
||||
|
@ -15,8 +15,7 @@
|
||||
#include <asm/arch/imx-regs.h>
|
||||
|
||||
/* High Level Configuration Options */
|
||||
#define CONFIG_ARM1136 1 /* This is an arm1136 CPU core */
|
||||
#define CONFIG_MX31 1 /* in a mx31 */
|
||||
#define CONFIG_MX31 1 /* This is a mx31 */
|
||||
#define CONFIG_MX31_CLK32 32000
|
||||
|
||||
#define CONFIG_DISPLAY_CPUINFO
|
||||
|
@ -15,8 +15,7 @@
|
||||
#include <asm/arch/imx-regs.h>
|
||||
|
||||
/* High Level Configuration Options */
|
||||
#define CONFIG_ARM1136 /* This is an arm1136 CPU core */
|
||||
#define CONFIG_MX31 /* in a mx31 */
|
||||
#define CONFIG_MX31 /* This is a mx31 */
|
||||
#define CONFIG_MX31_CLK32 32000
|
||||
|
||||
#define CONFIG_DISPLAY_CPUINFO
|
||||
|
@ -12,8 +12,7 @@
|
||||
#include <asm/arch/imx-regs.h>
|
||||
|
||||
/* High Level Configuration Options */
|
||||
#define CONFIG_ARM1136 1 /* This is an arm1136 CPU core */
|
||||
#define CONFIG_MX31 1 /* in a mx31 */
|
||||
#define CONFIG_MX31 1 /* This is a mx31 */
|
||||
|
||||
#define CONFIG_DISPLAY_CPUINFO
|
||||
#define CONFIG_DISPLAY_BOARDINFO
|
||||
|
@ -17,8 +17,7 @@
|
||||
#include <asm/arch/imx-regs.h>
|
||||
|
||||
/* High Level Configuration Options */
|
||||
#define CONFIG_ARM1136 /* This is an arm1136 CPU core */
|
||||
#define CONFIG_MX31 /* in a mx31 */
|
||||
#define CONFIG_MX31 /* This is a mx31 */
|
||||
|
||||
#define CONFIG_SYS_GENERIC_BOARD
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include <asm/arch/imx-regs.h>
|
||||
|
||||
/* High Level Configuration Options */
|
||||
#define CONFIG_ARM1136 /* This is an arm1136 CPU core */
|
||||
#define CONFIG_MX35
|
||||
|
||||
#define CONFIG_DISPLAY_CPUINFO
|
||||
|
@ -12,8 +12,7 @@
|
||||
#include <asm/arch/imx-regs.h>
|
||||
|
||||
/* High Level Configuration Options */
|
||||
#define CONFIG_ARM1136 /* This is an arm1136 CPU core */
|
||||
#define CONFIG_MX31 /* in a mx31 */
|
||||
#define CONFIG_MX31 /* This is a mx31 */
|
||||
#define CONFIG_QONG
|
||||
|
||||
#define CONFIG_DISPLAY_CPUINFO
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include <asm/arch/imx-regs.h>
|
||||
|
||||
/* High Level Configuration Options */
|
||||
#define CONFIG_ARM1136
|
||||
#define CONFIG_MX31
|
||||
|
||||
#define CONFIG_DISPLAY_CPUINFO
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include <asm/arch/imx-regs.h>
|
||||
|
||||
/* High Level Configuration Options */
|
||||
#define CONFIG_ARM1136 /* This is an arm1136 CPU core */
|
||||
#define CONFIG_MX35
|
||||
#define CONFIG_MX35_HCLK_FREQ 24000000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user