From: Michal Simek Date: Tue, 3 Feb 2015 14:09:52 +0000 (+0100) Subject: microblaze: spl: Add LISTS to linker script X-Git-Tag: KARO-TX6-2015-09-18~3853 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=061dba7bf246c92d6686a509353781c64e7a9ad6 microblaze: spl: Add LISTS to linker script This is required for driver model. Signed-off-by: Michal Simek --- 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 = .;