diff options
author | Dirk Behme <dirk.behme@googlemail.com> | 2009-02-12 18:55:42 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-02-22 18:29:10 +0100 |
commit | 6530a8bf8a0274b9419141e4c2c5a235cce5380f (patch) | |
tree | 3d8d9221a6c256d037b791a9b2f19f43630ecc4c /board/omap3/evm | |
parent | f956fd0338f4990793a10f767929ba4963665261 (diff) | |
download | u-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 'board/omap3/evm')
-rw-r--r-- | board/omap3/evm/evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/omap3/evm/evm.h b/board/omap3/evm/evm.h index 4ecea7f..199824f 100644 --- a/board/omap3/evm/evm.h +++ b/board/omap3/evm/evm.h @@ -27,7 +27,6 @@ const omap3_sysinfo sysinfo = { OMAP3EVM_V1, OMAP3EVM_V2, DDR_DISCRETE, - "35X-Family", "OMAP3 EVM board", #if defined(CONFIG_ENV_IS_IN_ONENAND) "OneNAND", |