mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
imx: cpu: add CHIP_REV_2_1 macro
Introduce CHIP_REV_2_1 macro. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
f6282cdd70
commit
5041d1e3b2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue