summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorScott Sweeny <scott.sweeny@timesys.com>2009-05-04 09:51:12 -0400
committerScott Sweeny <scott.sweeny@timesys.com>2009-05-04 09:51:12 -0400
commit2e260111442aee058e68541fe3c6f938d1174f8e (patch)
tree12a3ea67b730b4c96eb495932951568a4b42e35f /include
parent56829283f4cd2bde16116a474cac1156c9761477 (diff)
Use separate header file for product ID data.
This patch originally from LogicPD OMAP35x Release 1.5.0 Original Patch Name: u-boot-1.1.4-omap3430-lv-som-29-product-id.patch
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-omap3/mem.h10
-rw-r--r--include/configs/omap3530lv_som.h2
2 files changed, 11 insertions, 1 deletions
diff --git a/include/asm-arm/arch-omap3/mem.h b/include/asm-arm/arch-omap3/mem.h
index 3e116274697..a30f88788ee 100644
--- a/include/asm-arm/arch-omap3/mem.h
+++ b/include/asm-arm/arch-omap3/mem.h
@@ -310,13 +310,21 @@ typedef enum {
# define OMAP3530LV_SOM_STNOR_ASYNC_CONFIG5 0x0008090a
# define OMAP3530LV_SOM_STNOR_ASYNC_CONFIG6 0x08030200
+#if 1
+# define OMAP3530LV_SOM_STNOR_SYNC_CONFIG1 0x68411213
+# define OMAP3530LV_SOM_STNOR_SYNC_CONFIG2 0x000C1502
+# define OMAP3530LV_SOM_STNOR_SYNC_CONFIG3 0x00040402
+# define OMAP3530LV_SOM_STNOR_SYNC_CONFIG4 0x0B051505
+# define OMAP3530LV_SOM_STNOR_SYNC_CONFIG5 0x020E0C15
+# define OMAP3530LV_SOM_STNOR_SYNC_CONFIG6 0x0B0603C3
+#else
# define OMAP3530LV_SOM_STNOR_SYNC_CONFIG1 0x60411213
# define OMAP3530LV_SOM_STNOR_SYNC_CONFIG2 0x000A1301
# define OMAP3530LV_SOM_STNOR_SYNC_CONFIG3 0x00020201
# define OMAP3530LV_SOM_STNOR_SYNC_CONFIG4 0x07021302
# define OMAP3530LV_SOM_STNOR_SYNC_CONFIG5 0x020c0813
# define OMAP3530LV_SOM_STNOR_SYNC_CONFIG6 0x070303c3
-
+#endif
# define SIBNOR_GPMC_CONFIG1 0x1200
# define SIBNOR_GPMC_CONFIG2 0x001f1f00
diff --git a/include/configs/omap3530lv_som.h b/include/configs/omap3530lv_som.h
index 7331410a99f..e69c7796beb 100644
--- a/include/configs/omap3530lv_som.h
+++ b/include/configs/omap3530lv_som.h
@@ -109,6 +109,8 @@
#include <cmd_confdefs.h>
#if (CONFIG_COMMANDS & CFG_CMD_NET)
+#define CONFIG_HAS_ETH0 // Wired LAN
+#define CONFIG_HAS_ETH1 // Really the WiFi
/*
* SMC91c96 Etherent
*/