projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca7d226
)
microblaze: spl: Add LISTS to linker script
author
Michal Simek
<michal.simek@xilinx.com>
Tue, 3 Feb 2015 14:09:52 +0000
(15:09 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Mon, 9 Feb 2015 14:13:12 +0000
(15:13 +0100)
This is required for driver model.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/cpu/u-boot-spl.lds
patch
|
blob
|
history
diff --git
a/arch/microblaze/cpu/u-boot-spl.lds
b/arch/microblaze/cpu/u-boot-spl.lds
index 96353cd96ca7903c08ea0f9fb1db8fadf83cfd59..c60336ca5ca839ab0bef3ed39a188e4eb6792808 100644
(file)
--- 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 = .;