X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Fcpu%2Fu-boot-spl.lds;h=99c62b51a1a0f699a1bcab78029ba1613a3cdf4c;hb=83d290c56fab2d38cd1ab4c4cc7099559c1d5046;hp=96353cd96ca7903c08ea0f9fb1db8fadf83cfd59;hpb=f763be224fa78893384416734419d8e052c1c5ef;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/microblaze/cpu/u-boot-spl.lds b/arch/microblaze/cpu/u-boot-spl.lds index 96353cd..99c62b5 100644 --- a/arch/microblaze/cpu/u-boot-spl.lds +++ b/arch/microblaze/cpu/u-boot-spl.lds @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2013 - 2014 Xilinx, Inc * * Michal Simek - * - * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -37,6 +36,12 @@ SECTIONS __data_end = .; } + . = ALIGN(4); + .u_boot_list : { + KEEP(*(SORT(.u_boot_list*))); + } + __init_end = . ; + .bss ALIGN(0x4): { __bss_start = .;