Re: [PATCH v7 03/22] riscv: Add _image_binary_end for SPL

2020-05-02 Thread Bin Meng
On Sat, May 2, 2020 at 6:07 PM Pragnesh Patel wrote: > > 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 > --- > arch/riscv/cpu/u-boot-spl.lds | 1 + > 1 file chang

[PATCH v7 03/22] riscv: Add _image_binary_end for SPL

2020-05-02 Thread Pragnesh Patel
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 --- arch/riscv/cpu/u-boot-spl.lds | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/cpu/u-boot-spl.lds b/arch/ris