Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91c33d28 authored by David Woodhouse's avatar David Woodhouse Committed by Paul Mackerras
Browse files

[PATCH] powerpc: always init nvram on 64-bit powermac



Currently there is no Kconfig symbol to indicate that we want nvram
support on 64-bit kernels; it's assumed we always want it, so make
the powermac setup code always initialize the pmac nvram code if
64-bit.

Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 9122ee33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -351,7 +351,7 @@ void __init pmac_setup_arch(void)
	find_via_pmu();
	smu_init();

#ifdef CONFIG_NVRAM
#if defined(CONFIG_NVRAM) || defined(CONFIG_PPC64)
	pmac_nvram_init();
#endif