summaryrefslogtreecommitdiffstats
path: root/include/configs/cm41xx.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-05-23 10:49:50 +0000
committerwdenk <wdenk>2005-05-23 10:49:50 +0000
commit2eab48f511b5445383009131c64141800720eb5e (patch)
tree84b3fbd7d4b4b5fbe4931c130990c4ebe39b5edb /include/configs/cm41xx.h
parent16b013e750345afdf73977be73eb046f2b476495 (diff)
downloadtalos-obmc-uboot-2eab48f511b5445383009131c64141800720eb5e.tar.gz
talos-obmc-uboot-2eab48f511b5445383009131c64141800720eb5e.zip
* Extend burst mode RAM test program to take a loop count
(0 = infinite) * Use CONFIG_DRIVER_KS8695ETH to enable KS8695 ethernet driver on those boards that use it.
Diffstat (limited to 'include/configs/cm41xx.h')
-rw-r--r--include/configs/cm41xx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/cm41xx.h b/include/configs/cm41xx.h
index ec114cbdc6..e62fc06337 100644
--- a/include/configs/cm41xx.h
+++ b/include/configs/cm41xx.h
@@ -31,12 +31,14 @@
#define CONFIG_KS8695 1 /* it is a KS8695 CPU */
#define CONFIG_CM41xx 1 /* it is an OpenGear CM41xx boad */
-#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */
+#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
#define CONFIG_SETUP_MEMORY_TAGS 1
#define CONFIG_INITRD_TAG 1
+#define CONFIG_DRIVER_KS8695ETH /* use KS8695 ethernet driver */
+
/*
* Size of malloc() pool
*/
OpenPOWER on IntegriCloud