]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sandbox: Move section u_boot_list to make it RW
authorWalter Lozano <walter.lozano@collabora.com>
Thu, 25 Jun 2020 04:10:12 +0000 (01:10 -0300)
committerSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 04:00:29 +0000 (22:00 -0600)
In order to be able to update data in u_boot_list, move this section to
make it RW.

Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/u-boot-spl.lds

index de65b01b33c3a8b9ff5bcb38cb3a1a84d183aa55..c60eb109b151e1175808535f3d5b8216bcd717a1 100644 (file)
@@ -20,4 +20,4 @@ SECTIONS
        __bss_start = .;
 }
 
-INSERT BEFORE .data;
+INSERT AFTER .data;