summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalter Lozano <[email protected]>2020-06-25 01:10:12 -0300
committerSimon Glass <[email protected]>2020-07-09 22:00:29 -0600
commitdf29730410ae2b1a861dcd094c14ea1a12892109 (patch)
tree006f5796f6a2eca0c6723a3e375ef00c1a8445ed
parentfed0f891c6821d475710e1f7033253ec4723ee09 (diff)
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 <[email protected]> Reviewed-by: Simon Glass <[email protected]>
-rw-r--r--arch/sandbox/cpu/u-boot-spl.lds2
1 files changed, 1 insertions, 1 deletions
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;