diff options
author | Olaf Hering <olh@suse.de> | 2005-10-28 20:46:19 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-29 00:35:00 -0400 |
commit | 35e95e63995f3e52178db4b769120ce60deb6b54 (patch) | |
tree | 17e81624cd6af0cf645948a175160a62f29b07c8 /arch/ppc/platforms/chrp_setup.c | |
parent | 8b150478aeb1a8edb9015c2f7ac4da637ff65c45 (diff) |
[PATCH] ppc32: nvram driver for chrp
This implements a nvram acccess method, similar to
arch/ppc64/kernel/pSeries_nvram.c tested on CHRP B50.
Signed-off-by: Olaf Hering <olh@suse.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/platforms/chrp_setup.c')
-rw-r--r-- | arch/ppc/platforms/chrp_setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/ppc/platforms/chrp_setup.c b/arch/ppc/platforms/chrp_setup.c index dad81ffd4013..f1b70ab3c6fd 100644 --- a/arch/ppc/platforms/chrp_setup.c +++ b/arch/ppc/platforms/chrp_setup.c | |||
@@ -454,8 +454,7 @@ void __init | |||
454 | chrp_init2(void) | 454 | chrp_init2(void) |
455 | { | 455 | { |
456 | #ifdef CONFIG_NVRAM | 456 | #ifdef CONFIG_NVRAM |
457 | // XX replace this in a more saner way | 457 | chrp_nvram_init(); |
458 | // pmac_nvram_init(); | ||
459 | #endif | 458 | #endif |
460 | 459 | ||
461 | request_region(0x20,0x20,"pic1"); | 460 | request_region(0x20,0x20,"pic1"); |