projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed0f89
)
sandbox: Move section u_boot_list to make it RW
author
Walter Lozano
<walter.lozano@collabora.com>
Thu, 25 Jun 2020 04:10:12 +0000
(
01:10
-0300)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/arch/sandbox/cpu/u-boot-spl.lds
b/arch/sandbox/cpu/u-boot-spl.lds
index de65b01b33c3a8b9ff5bcb38cb3a1a84d183aa55..c60eb109b151e1175808535f3d5b8216bcd717a1 100644
(file)
--- 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;