From: Kevin Hilman Date: Mon, 9 May 2005 20:15:22 +0000 (-0700) Subject: ARM: OMAP: Boot 730 without bootloader X-Git-Tag: v2.6.13-omap1~182 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e24e6af6f6fffa18877e0e4df21cca1e80956500;p=linux-2.6-omap-h63xx.git ARM: OMAP: Boot 730 without bootloader Boots 730 without bootloader. Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- diff --git a/include/asm-arm/arch-omap/entry-macro.S b/include/asm-arm/arch-omap/entry-macro.S index 57b126889b9..976271f4ea1 100644 --- a/include/asm-arm/arch-omap/entry-macro.S +++ b/include/asm-arm/arch-omap/entry-macro.S @@ -8,6 +8,14 @@ * warranty of any kind, whether express or implied. */ +#if defined(CONFIG_ARCH_OMAP730) && \ + (defined(CONFIG_ARCH_OMAP1510) || defined(CONFIG_ARCH_OMAP16XX)) +#error "FIXME: OMAP730 doesn't support multiple-OMAP" +#elif defined(CONFIG_ARCH_OMAP730) +#undef INT_IH2_IRQ +#define INT_IH2_IRQ INT_730_IH2_IRQ +#endif + .macro disable_fiq .endm