powerpc/32: Remove RELOCATABLE_PPC32
It is seldom used in the kernel code and can be easily replaced by either RELOCATABLE or PPC32. So there is no reason to keep a separate kernel option for this. Signed-off-by: Kevin Hao <haokexin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
4c91bd6eea
commit
27d1149667
@@ -165,7 +165,7 @@ SECTIONS
|
||||
. = ALIGN(8);
|
||||
.dynsym : AT(ADDR(.dynsym) - LOAD_OFFSET)
|
||||
{
|
||||
#ifdef CONFIG_RELOCATABLE_PPC32
|
||||
#ifdef CONFIG_PPC32
|
||||
__dynamic_symtab = .;
|
||||
#endif
|
||||
*(.dynsym)
|
||||
|
Reference in New Issue
Block a user