summaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorWalter Lozano <walter.lozano@collabora.com>2020-06-25 07:10:12 +0300
committerSimon Glass <sjg@chromium.org>2020-07-10 07:00:29 +0300
commitdf29730410ae2b1a861dcd094c14ea1a12892109 (patch)
tree006f5796f6a2eca0c6723a3e375ef00c1a8445ed /arch/sandbox
parentfed0f891c6821d475710e1f7033253ec4723ee09 (diff)
downloadu-boot-df29730410ae2b1a861dcd094c14ea1a12892109.tar.xz
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 <walter.lozano@collabora.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox')
-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 de65b01b33..c60eb109b1 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;