summaryrefslogtreecommitdiff
path: root/include/configs/cardhu.h
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2012-08-22 16:16:26 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2012-08-22 16:16:26 +0200
commit2a1325206da5381292c2b268e248702c523cc927 (patch)
tree45d684a865eab51b0711d07782b1d8e8ae9d9932 /include/configs/cardhu.h
parent2f2f858faddd3cce54f7c64bc8fc8b596c1ddfaf (diff)
Initial Toradex Colibri T20 L4T R15 support.T20_LinuxImageV2.0Alpha1_20120808
Diffstat (limited to 'include/configs/cardhu.h')
-rw-r--r--include/configs/cardhu.h17
1 files changed, 15 insertions, 2 deletions
diff --git a/include/configs/cardhu.h b/include/configs/cardhu.h
index 79cb79c6fe..69d15088b1 100644
--- a/include/configs/cardhu.h
+++ b/include/configs/cardhu.h
@@ -32,12 +32,13 @@
#define V_PROMPT "Tegra3 # "
#define CONFIG_TEGRA3_CARDHU
-#define CONFIG_SYS_SKIP_ARM_RELOCATION
+/* This currently fails environment memory allocation */
+#undef CONFIG_SYS_SKIP_ARM_RELOCATION
#define CONFIG_EXTRA_BOOTARGS \
"panel=lvds " \
"tegraid=30.1.2.0.0 " \
- "debug_uartport=lsport\0" \
+ "debug_uartport=lsport\0"
#define CONFIG_TEGRA_LP0
#define CONFIG_TEGRA3_WARMBOOT
@@ -99,4 +100,16 @@
#define CONFIG_ENV_IS_NOWHERE
+/* support USB ethernet adapters */
+#define CONFIG_USB_HOST_ETHER
+#define CONFIG_USB_ETHER_ASIX
+
+/*
+ * Ethernet support
+ */
+#define CONFIG_CMD_NET
+#define CONFIG_NET_MULTI
+#define CONFIG_CMD_PING
+#define CONFIG_CMD_DHCP
+
#endif /* __CONFIG_H */