diff options
author | Eric Sun <jian.sun@freescale.com> | 2011-11-21 16:25:24 +0800 |
---|---|---|
committer | Eric Sun <jian.sun@freescale.com> | 2011-11-21 16:45:42 +0800 |
commit | 4327d84f1566ee56493e9fec69e09b216ce43ab4 (patch) | |
tree | 0aee95a5d5b7e6103f93e8613108c4d054639159 /include/asm-arm | |
parent | 9c9807eec87cb3b51e8d90adc0601d7bae5b6f2c (diff) | |
download | u-boot-imx-4327d84f1566ee56493e9fec69e09b216ce43ab4.zip u-boot-imx-4327d84f1566ee56493e9fec69e09b216ce43ab4.tar.gz u-boot-imx-4327d84f1566ee56493e9fec69e09b216ce43ab4.tar.bz2 |
ENGR00162709 Add Support for MX6Q Sabre Auto
1. Change RAM size from 2GB to 1GB
2. Default boot from MMC Dev 2
Signed-off-by: Eric Sun <jian.sun@freescale.com>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/mach-types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/mach-types.h b/include/asm-arm/mach-types.h index f5e98af..90cef6d 100644 --- a/include/asm-arm/mach-types.h +++ b/include/asm-arm/mach-types.h @@ -3256,7 +3256,7 @@ extern unsigned int __machine_arch_type; #define MACH_TYPE_MX53_PCBA 3274 #define MACH_TYPE_MX6Q_SABREAUTO 3529 #define MACH_TYPE_MX6Q_SABRELITE 3769 -#define MACH_TYPE_MX6Q_ARM2 3837 +#define MACH_TYPE_MX6Q_ARM2 3837 #ifdef CONFIG_ARCH_EBSA110 # ifdef machine_arch_type |