
17 Sep
2018
17 Sep
'18
7:58 a.m.
On Mon, Sep 3, 2018 at 1:08 PM Jagdish Gediya jagdish.gediya@nxp.com 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 jagdish.gediya@nxp.com
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 bmeng.cn@gmail.com