diff options
| -rw-r--r-- | arch/powerpc/Kconfig | 1 | ||||
| -rw-r--r-- | arch/powerpc/platforms/maple/setup.c | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 901f12de113a..5f80f0b828f2 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
| @@ -491,6 +491,7 @@ config PPC_MAPLE | |||
| 491 | select PPC_970_NAP | 491 | select PPC_970_NAP |
| 492 | select PPC_NATIVE | 492 | select PPC_NATIVE |
| 493 | select PPC_RTAS | 493 | select PPC_RTAS |
| 494 | select MMIO_NVRAM | ||
| 494 | default n | 495 | default n |
| 495 | help | 496 | help |
| 496 | This option enables support for the Maple 970FX Evaluation Board. | 497 | This option enables support for the Maple 970FX Evaluation Board. |
diff --git a/arch/powerpc/platforms/maple/setup.c b/arch/powerpc/platforms/maple/setup.c index 50855d4fd5a0..82d3f9e28d7c 100644 --- a/arch/powerpc/platforms/maple/setup.c +++ b/arch/powerpc/platforms/maple/setup.c | |||
| @@ -62,6 +62,7 @@ | |||
| 62 | #include <asm/mpic.h> | 62 | #include <asm/mpic.h> |
| 63 | #include <asm/rtas.h> | 63 | #include <asm/rtas.h> |
| 64 | #include <asm/udbg.h> | 64 | #include <asm/udbg.h> |
| 65 | #include <asm/nvram.h> | ||
| 65 | 66 | ||
| 66 | #include "maple.h" | 67 | #include "maple.h" |
| 67 | 68 | ||
| @@ -195,6 +196,8 @@ void __init maple_setup_arch(void) | |||
| 195 | maple_use_rtas_reboot_and_halt_if_present(); | 196 | maple_use_rtas_reboot_and_halt_if_present(); |
| 196 | 197 | ||
| 197 | printk(KERN_DEBUG "Using native/NAP idle loop\n"); | 198 | printk(KERN_DEBUG "Using native/NAP idle loop\n"); |
| 199 | |||
| 200 | mmio_nvram_init(); | ||
| 198 | } | 201 | } |
| 199 | 202 | ||
| 200 | /* | 203 | /* |
