From: Pragnesh Patel Date: Fri, 29 May 2020 06:03:23 +0000 (+0530) Subject: riscv: Add _image_binary_end for SPL X-Git-Tag: v2020.10~179^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbb94af981ad63c0dd9ab86e25c195c3cbc9a0e6;p=platform%2Fkernel%2Fu-boot.git riscv: Add _image_binary_end for SPL For SPL_SEPARATE_BSS, Device tree will be put at _image_binary_end Signed-off-by: Pragnesh Patel Reviewed-by: Anup Patel Reviewed-by: Jagan Teki Reviewed-by: Bin Meng Tested-by: Bin Meng Tested-by: Jagan Teki --- diff --git a/arch/riscv/cpu/u-boot-spl.lds b/arch/riscv/cpu/u-boot-spl.lds index 955dd31..d0495ce 100644 --- 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 = .;