From: Peng Fan Date: Tue, 20 Nov 2018 10:19:18 +0000 (+0000) Subject: imx: cpu: add CHIP_REV_2_1 macro X-Git-Tag: v2019.01-rc3~8^2~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5041d1e3b213c818183aac0e09b1c59791fde419;p=oweals%2Fu-boot.git imx: cpu: add CHIP_REV_2_1 macro Introduce CHIP_REV_2_1 macro. Signed-off-by: Peng Fan --- 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