]> git.sur5r.net Git - u-boot/blobdiff - include/asm-arm/arch-arm720t/hardware.h
Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"
[u-boot] / include / asm-arm / arch-arm720t / hardware.h
index 1e9cd41169d437b830525d8e4e5a2ff14eb81823..9bee19ffbbaf0441b8e039c05055ebf5d733eeed 100644 (file)
  * MA 02111-1307 USA
  */
 
-#if defined(CONFIG_S3C4510B)
-#include <asm-arm/arch-arm720t/s3c4510b.h>
-#elif defined(CONFIG_NETARM)
-#include <asm-arm/arch-arm720t/netarm_registers.h>
+#if defined(CONFIG_NETARM)
+#include <asm/arch-arm720t/netarm_registers.h>
 #elif defined(CONFIG_IMPA7)
 /* include IMPA7 specific hardware file if there was one */
 #elif defined(CONFIG_EP7312)
@@ -36,8 +34,6 @@
 /* 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