summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-11-20 10:19:18 +0000
committerStefano Babic <sbabic@denx.de>2019-01-01 14:12:18 +0100
commit5041d1e3b213c818183aac0e09b1c59791fde419 (patch)
tree356d05ac22eb83484167f3b10c5029ab13ff7f64
parentf6282cdd70c3e56001957aa7a6a3d0997ce553c0 (diff)
downloadu-boot-5041d1e3b213c818183aac0e09b1c59791fde419.tar.gz
imx: cpu: add CHIP_REV_2_1 macro
Introduce CHIP_REV_2_1 macro. Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--arch/arm/include/asm/arch-imx/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx/cpu.h b/arch/arm/include/asm/arch-imx/cpu.h
index 2af79659d2..46431b72ed 100644
--- a/arch/arm/include/asm/arch-imx/cpu.h
+++ b/arch/arm/include/asm/arch-imx/cpu.h
@@ -41,6 +41,7 @@
#define CHIP_REV_1_2 0x12
#define CHIP_REV_1_5 0x15
#define CHIP_REV_2_0 0x20
+#define CHIP_REV_2_1 0x21
#define CHIP_REV_2_5 0x25
#define CHIP_REV_3_0 0x30