riscv: Add _image_binary_end for SPL
authorPragnesh Patel <pragnesh.patel@sifive.com>
Fri, 29 May 2020 06:03:23 +0000 (11:33 +0530)
committerAndes <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

index 955dd3106dcd7049f496e87824252a9ac5a4c47b..d0495ce2486a9eba507b69be824792be8f8c00b8 100644 (file)
@@ -72,6 +72,7 @@ SECTIONS
        . = ALIGN(4);
 
        _end = .;
+       _image_binary_end = .;
 
        .bss : {
                __bss_start = .;