On Tue, 20 Sep 2022 23:11:57 +1000, Michael Ellerman wrote:
> Commit 24d33ac5b8ff ("powerpc/64s: Make prom_init require RELOCATABLE")
> made prom_init depend on CONFIG_RELOCATABLE.
>
> But it missed cleaning up a case in the linker script for RELOCATABLE=n,
> and associated symbols. Remove them no
Commit 24d33ac5b8ff ("powerpc/64s: Make prom_init require RELOCATABLE")
made prom_init depend on CONFIG_RELOCATABLE.
But it missed cleaning up a case in the linker script for RELOCATABLE=n,
and associated symbols. Remove them now.
Fixes: 24d33ac5b8ff ("powerpc/64s: Make prom_init require RELOCATA