diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-12-08 00:37:58 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2011-01-10 12:34:53 -0500 |
commit | 5dc55e0a39434ec8bec7978aef2dc00c91a530ba (patch) | |
tree | 3eeecb13acc41d37004ed1f6e21fd2c3d0b2e56d /arch/arm/mach-ux500/include | |
parent | 92389ca8362c42952c7ebb8a0350ac522dcde0f4 (diff) |
ux500: rename MOP board Kconfig
Rename the MOP board Kconfig entries to the same name as the machine
type, so that the machine_is_*() macros work correctly.
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
[Updated to match changes in the tree]
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/include')
-rw-r--r-- | arch/arm/mach-ux500/include/mach/irqs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/include/mach/irqs.h b/arch/arm/mach-ux500/include/mach/irqs.h index 880ae45bc235..ba1294c13c4d 100644 --- a/arch/arm/mach-ux500/include/mach/irqs.h +++ b/arch/arm/mach-ux500/include/mach/irqs.h | |||
@@ -36,7 +36,7 @@ | |||
36 | /* This will be overridden by board-specific irq headers */ | 36 | /* This will be overridden by board-specific irq headers */ |
37 | #define IRQ_BOARD_END IRQ_BOARD_START | 37 | #define IRQ_BOARD_END IRQ_BOARD_START |
38 | 38 | ||
39 | #ifdef CONFIG_MACH_U8500_MOP | 39 | #ifdef CONFIG_MACH_U8500 |
40 | #include <mach/irqs-board-mop500.h> | 40 | #include <mach/irqs-board-mop500.h> |
41 | #endif | 41 | #endif |
42 | 42 | ||