summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-arm720t/hardware.h
diff options
context:
space:
mode:
authorGary Jennejohn <garyj@pollux.denx.de>2007-01-24 12:16:56 +0100
committerGary Jennejohn <garyj@pollux.denx.de>2007-01-24 12:16:56 +0100
commit6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3 (patch)
treeb002914fc995346cb06a8f79dbb100c5e9164cd6 /include/asm-arm/arch-arm720t/hardware.h
parentb78bb469f536b357ee21c54f40201dbe4b201ac3 (diff)
downloadu-boot-imx-6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3.zip
u-boot-imx-6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3.tar.gz
u-boot-imx-6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3.tar.bz2
Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
Diffstat (limited to 'include/asm-arm/arch-arm720t/hardware.h')
-rw-r--r--include/asm-arm/arch-arm720t/hardware.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-arm720t/hardware.h b/include/asm-arm/arch-arm720t/hardware.h
index 3056ca7..1e9cd41 100644
--- a/include/asm-arm/arch-arm720t/hardware.h
+++ b/include/asm-arm/arch-arm720t/hardware.h
@@ -36,6 +36,8 @@
/* include armadillo specific hardware file if there was one */
#elif defined(CONFIG_INTEGRATOR) && defined(CONFIG_ARCH_INTEGRATOR)
/* include IntegratorCP/CM720T specific hardware file if there was one */
+#elif defined(CONFIG_LPC2292)
+#include <asm-arm/arch-arm720t/lpc2292_registers.h>
#else
#error No hardware file defined for this configuration
#endif