]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-omap2/soc.h
ARM: OMAP5: id: Remove ES1.0 support
[~andy/linux] / arch / arm / mach-omap2 / soc.h
index 4588df1447ed74bd4512ca6889a8f6f9a42102fb..076bd90a6ce0aca8d30914432c293dee1dbb071d 100644 (file)
@@ -455,9 +455,7 @@ IS_OMAP_TYPE(3430, 0x3430)
 #define OMAP4470_REV_ES1_0     (OMAP447X_CLASS | (0x10 << 8))
 
 #define OMAP54XX_CLASS         0x54000054
-#define OMAP5430_REV_ES1_0     (OMAP54XX_CLASS | (0x30 << 16) | (0x10 << 8))
 #define OMAP5430_REV_ES2_0     (OMAP54XX_CLASS | (0x30 << 16) | (0x20 << 8))
-#define OMAP5432_REV_ES1_0     (OMAP54XX_CLASS | (0x32 << 16) | (0x10 << 8))
 #define OMAP5432_REV_ES2_0     (OMAP54XX_CLASS | (0x32 << 16) | (0x20 << 8))
 
 void omap2xxx_check_revision(void);