summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/arch/arm/include/asm/arch-arm720t/hardware.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/arch/arm/include/asm/arch-arm720t/hardware.h')
-rw-r--r--qemu/roms/u-boot/arch/arm/include/asm/arch-arm720t/hardware.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/arch/arm/include/asm/arch-arm720t/hardware.h b/qemu/roms/u-boot/arch/arm/include/asm/arch-arm720t/hardware.h
new file mode 100644
index 000000000..8ca42d9e7
--- /dev/null
+++ b/qemu/roms/u-boot/arch/arm/include/asm/arch-arm720t/hardware.h
@@ -0,0 +1,17 @@
+#ifndef __ARM7_HW_H
+#define __ARM7_HW_H
+
+/*
+ * Copyright (c) 2004 Cucy Systems (http://www.cucy.com)
+ * Curt Brune <curt@cucy.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#if defined(CONFIG_INTEGRATOR) && defined(CONFIG_ARCH_INTEGRATOR)
+/* include IntegratorCP/CM720T specific hardware file if there was one */
+#else
+#error No hardware file defined for this configuration
+#endif
+
+#endif /* __ARM7_HW_H */