diff options
author | Terry Lv <r65388@freescale.com> | 2009-07-23 14:53:18 +0800 |
---|---|---|
committer | Fred Fan <r01011@freescale.com> | 2009-09-10 17:06:37 +0800 |
commit | 7603c2bd0f61fb4c14b4cc2e39d4fc8cc4729cdd (patch) | |
tree | ef8d3ce5f8ffd0a141511714a23b15a253fa0685 /include | |
parent | 43ec730ccf4ce59e97b1ceb39c02e51661f1dfbb (diff) | |
download | u-boot-imx-7603c2bd0f61fb4c14b4cc2e39d4fc8cc4729cdd.zip u-boot-imx-7603c2bd0f61fb4c14b4cc2e39d4fc8cc4729cdd.tar.gz u-boot-imx-7603c2bd0f61fb4c14b4cc2e39d4fc8cc4729cdd.tar.bz2 |
ENGR00114367: Add BABBAGE machine id, BBG2.5 rev id for rootfs init.
Update mach-types for BBG board.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-mx51/mx51.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mx51/mx51.h b/include/asm-arm/arch-mx51/mx51.h index 14c2b2d..533919a 100644 --- a/include/asm-arm/arch-mx51/mx51.h +++ b/include/asm-arm/arch-mx51/mx51.h @@ -392,6 +392,7 @@ #define CHIP_REV_1_0 0x10 #define CHIP_REV_1_1 0x11 #define CHIP_REV_2_0 0x20 +#define CHIP_REV_2_5 0x120 #define BOARD_REV_1_0 0x0 #define BOARD_REV_2_0 0x1 |