[PATCH] powerpc: make iSeries flattened device tree dynamic
First we capture all the strings from dt.c statically by noting that gcc puts them in a special section of their own. Idea from Michael Ellerman. Then we move the flattened device tree to klimit. Still to come, making the values blob grow as needed. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:

committed by
Paul Mackerras

parent
c81014f603
commit
c4e3ea2553
@@ -93,6 +93,11 @@ SECTIONS
|
||||
__ptov_table_begin = .;
|
||||
*(.ptov_fixup);
|
||||
__ptov_table_end = .;
|
||||
#ifdef CONFIG_PPC_ISERIES
|
||||
__dt_strings_start = .;
|
||||
*(.dt_strings);
|
||||
__dt_strings_end = .;
|
||||
#endif
|
||||
}
|
||||
|
||||
. = ALIGN(16);
|
||||
|
Reference in New Issue
Block a user