From: Walter Lozano Date: Thu, 25 Jun 2020 04:10:12 +0000 (-0300) Subject: sandbox: Move section u_boot_list to make it RW X-Git-Tag: v2020.10-rc1~26^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df29730410ae2b1a861dcd094c14ea1a12892109;p=pandora-u-boot.git sandbox: Move section u_boot_list to make it RW In order to be able to update data in u_boot_list, move this section to make it RW. Signed-off-by: Walter Lozano Reviewed-by: Simon Glass --- diff --git a/arch/sandbox/cpu/u-boot-spl.lds b/arch/sandbox/cpu/u-boot-spl.lds index de65b01b33c..c60eb109b15 100644 --- a/arch/sandbox/cpu/u-boot-spl.lds +++ b/arch/sandbox/cpu/u-boot-spl.lds @@ -20,4 +20,4 @@ SECTIONS __bss_start = .; } -INSERT BEFORE .data; +INSERT AFTER .data;