diff options
author | Aneesh V <aneesh@ti.com> | 2011-11-21 23:39:03 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-12-06 23:59:34 +0100 |
commit | 9404758e9baf0472d6958efaa7df1aa757b237d8 (patch) | |
tree | e114f1d220da0c02c8dcc0fa672f9a3fb5cded9f /arch/arm/include/asm/omap_common.h | |
parent | 4324c118a03d8b957ef249e33313b6eafb580b41 (diff) | |
download | u-boot-9404758e9baf0472d6958efaa7df1aa757b237d8.tar.gz |
omap4460: add ES1.1 identification
Signed-off-by: Aneesh V <aneesh@ti.com>
Diffstat (limited to 'arch/arm/include/asm/omap_common.h')
-rw-r--r-- | arch/arm/include/asm/omap_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h index f1562ea4ab..913231b292 100644 --- a/arch/arm/include/asm/omap_common.h +++ b/arch/arm/include/asm/omap_common.h @@ -108,6 +108,7 @@ void spl_mmc_load_image(void); #define OMAP4430_ES2_2 0x44300220 #define OMAP4430_ES2_3 0x44300230 #define OMAP4460_ES1_0 0x44600100 +#define OMAP4460_ES1_1 0x44600110 /* omap5 */ #define OMAP5430_SILICON_ID_INVALID 0 |