]> Git Repo - u-boot.git/commitdiff
sandbox: Move section u_boot_list to make it RW
authorWalter Lozano <[email protected]>
Thu, 25 Jun 2020 04:10:12 +0000 (01:10 -0300)
committerSimon Glass <[email protected]>
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
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;
This page took 0.032623 seconds and 4 git commands to generate.