summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-02-03 15:09:52 +0100
committerMichal Simek <michal.simek@xilinx.com>2015-02-09 15:13:12 +0100
commit7f33899221e4235900760add69ffbb5f66f1229d (patch)
tree15f726199c8f3650928468328ccc30d118d2ad2b /arch/microblaze
parentca7d22662e1ca1b05fd4cd3d1f80efec93c499ef (diff)
downloadtalos-obmc-uboot-7f33899221e4235900760add69ffbb5f66f1229d.tar.gz
talos-obmc-uboot-7f33899221e4235900760add69ffbb5f66f1229d.zip
microblaze: spl: Add LISTS to linker script
This is required for driver model. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/cpu/u-boot-spl.lds6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/microblaze/cpu/u-boot-spl.lds b/arch/microblaze/cpu/u-boot-spl.lds
index 96353cd96c..c60336ca5c 100644
--- a/arch/microblaze/cpu/u-boot-spl.lds
+++ b/arch/microblaze/cpu/u-boot-spl.lds
@@ -37,6 +37,12 @@ SECTIONS
__data_end = .;
}
+ . = ALIGN(4);
+ .u_boot_list : {
+ KEEP(*(SORT(.u_boot_list*)));
+ }
+ __init_end = . ;
+
.bss ALIGN(0x4):
{
__bss_start = .;
OpenPOWER on IntegriCloud