commit | fb089f0587b1723dd696615b6cb85e9a77ef3611 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Tue Feb 03 15:09:52 2015 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Mon Feb 09 15:13:12 2015 +0100 |
tree | 15f726199c8f3650928468328ccc30d118d2ad2b | |
parent | fb8e3848b825d08939d80fbf9d4c4b1aa55c4bbb [diff] [blame] |
microblaze: spl: Add LISTS to linker script This is required for driver model. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
diff --git a/arch/microblaze/cpu/u-boot-spl.lds b/arch/microblaze/cpu/u-boot-spl.lds index 96353cd..c60336c 100644 --- a/arch/microblaze/cpu/u-boot-spl.lds +++ b/arch/microblaze/cpu/u-boot-spl.lds
@@ -37,6 +37,12 @@ __data_end = .; } + . = ALIGN(4); + .u_boot_list : { + KEEP(*(SORT(.u_boot_list*))); + } + __init_end = . ; + .bss ALIGN(0x4): { __bss_start = .;