projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88eec61
)
riscv: Add _image_binary_end for SPL
author
Pragnesh Patel
<pragnesh.patel@sifive.com>
Fri, 29 May 2020 06:03:23 +0000
(11:33 +0530)
committer
Andes
<uboot@andestech.com>
Thu, 4 Jun 2020 01:44:08 +0000
(09:44 +0800)
For SPL_SEPARATE_BSS, Device tree will be put at _image_binary_end
Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Jagan Teki <jagan@amarulasolutions.com>
arch/riscv/cpu/u-boot-spl.lds
patch
|
blob
|
history
diff --git
a/arch/riscv/cpu/u-boot-spl.lds
b/arch/riscv/cpu/u-boot-spl.lds
index 955dd3106dcd7049f496e87824252a9ac5a4c47b..d0495ce2486a9eba507b69be824792be8f8c00b8 100644
(file)
--- a/
arch/riscv/cpu/u-boot-spl.lds
+++ b/
arch/riscv/cpu/u-boot-spl.lds
@@
-72,6
+72,7
@@
SECTIONS
. = ALIGN(4);
_end = .;
+ _image_binary_end = .;
.bss : {
__bss_start = .;