On Mon, Sep 3, 2018 at 1:08 PM Jagdish Gediya <[email protected]> wrote: > > 'board_fdt_blob_setup' function sets up fdt blob at '&_end' so > define '_end' symbol in mpc85xx lds files. > > Signed-off-by: Jagdish Gediya <[email protected]> > --- > Changes for v2: > - Define '_end' symbol in lds file instead of defining new > 'board_fdt_blob_setup' function using existing '_init_end' symbol. > > Changes for v3: > - Define '_end' symbol in spl lds files too. > > arch/powerpc/cpu/mpc85xx/u-boot-nand.lds | 1 + > arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds | 1 + > arch/powerpc/cpu/mpc85xx/u-boot-spl.lds | 1 + > arch/powerpc/cpu/mpc85xx/u-boot.lds | 1 + > 4 files changed, 4 insertions(+) >
Reviewed-by: Bin Meng <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

