summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mx6
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@freescale.com>2015-10-12 13:48:07 -0500
committerStefano Babic <sbabic@denx.de>2015-10-30 15:20:56 +0100
commitfc5ad4778d91dabbeca3bc05a78cb669686f0a9c (patch)
tree52275a241736cc725f1f1119d40125e08a82b048 /arch/arm/include/asm/arch-mx6
parente469719c8bb6e26bc294cff508f818243ddcc067 (diff)
downloadtalos-obmc-uboot-fc5ad4778d91dabbeca3bc05a78cb669686f0a9c.tar.gz
talos-obmc-uboot-fc5ad4778d91dabbeca3bc05a78cb669686f0a9c.zip
imx: cpu: move common chip revision id's
Move common chip revision id's to main cpu header file mx25 generic include cpu header for chip revision Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx6')
-rw-r--r--arch/arm/include/asm/arch-mx6/imx-regs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h
index 0e112e9d31..0de1ff994b 100644
--- a/arch/arm/include/asm/arch-mx6/imx-regs.h
+++ b/arch/arm/include/asm/arch-mx6/imx-regs.h
@@ -325,10 +325,6 @@
#define WDOG3_BASE_ADDR (is_cpu_type(MXC_CPU_MX6UL) ? \
MX6UL_WDOG3_BASE_ADDR : MX6SX_WDOG3_BASE_ADDR)
-#define CHIP_REV_1_0 0x10
-#define CHIP_REV_1_2 0x12
-#define CHIP_REV_1_5 0x15
-#define CHIP_REV_2_0 0x20
#if !(defined(CONFIG_MX6SX) || defined(CONFIG_MX6UL))
#define IRAM_SIZE 0x00040000
#else
OpenPOWER on IntegriCloud