Commit e24e6af6 authored by Kevin Hilman's avatar Kevin Hilman Committed by Tony Lindgren

ARM: OMAP: Boot 730 without bootloader

Boots 730 without bootloader.
Signed-off-by: default avatarKevin Hilman <khilman@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8fba45f5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment