[U-Boot] [PATCH V2 03/15] imx: cpu: add CHIP_REV_2_1 macro
Peng Fan
peng.fan at nxp.com
Tue Nov 20 10:19:18 UTC 2018
Introduce CHIP_REV_2_1 macro.
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
V2:
None
arch/arm/include/asm/arch-imx/cpu.h | 1 +
1 file changed, 1 insertion(+)
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
--
2.14.1
More information about the U-Boot
mailing list