summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-omap3/sys_proto.h
diff options
context:
space:
mode:
authorDirk Behme <dirk.behme@googlemail.com>2009-02-12 18:55:42 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-02-22 18:29:10 +0100
commit6530a8bf8a0274b9419141e4c2c5a235cce5380f (patch)
tree3d8d9221a6c256d037b791a9b2f19f43630ecc4c /include/asm-arm/arch-omap3/sys_proto.h
parentf956fd0338f4990793a10f767929ba4963665261 (diff)
downloadu-boot-imx-6530a8bf8a0274b9419141e4c2c5a235cce5380f.zip
u-boot-imx-6530a8bf8a0274b9419141e4c2c5a235cce5380f.tar.gz
u-boot-imx-6530a8bf8a0274b9419141e4c2c5a235cce5380f.tar.bz2
OMAP3: Add OMAP3 auto detection
This patch adds OMAP3 cpu type auto detection based on OMAP3 register and removes hardcoded values. Signed-off-by: Steve Sakoman <sakoman@gmail.com> Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
Diffstat (limited to 'include/asm-arm/arch-omap3/sys_proto.h')
-rw-r--r--include/asm-arm/arch-omap3/sys_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/arch-omap3/sys_proto.h b/include/asm-arm/arch-omap3/sys_proto.h
index 4c624e8..ab3e168 100644
--- a/include/asm-arm/arch-omap3/sys_proto.h
+++ b/include/asm-arm/arch-omap3/sys_proto.h
@@ -25,7 +25,6 @@ typedef struct {
u32 board_type_v1;
u32 board_type_v2;
u32 mtype;
- char *cpu_string;
char *board_string;
char *nand_string;
} omap3_sysinfo;