[U-Boot] [PATCH 3/5] nios2: revert _end symbol in link script

Simon Glass sjg at chromium.org
Fri Sep 4 06:09:04 CEST 2015


On 3 September 2015 at 21:15, Thomas Chou <thomas at wytron.com.tw> wrote:
> Since commit 44c6e6591cb451ae606f8bde71dd5fb7b4002544
> "rename _end to __bss_end__" , the _end was removed.
> But we need it now for separated device tree control,
> ie, CONFIG_OF_SEPARATE .
>
> Though _end used to be the end of u-boot.bin image,
> we mark it up and relocate the dtb part of u-boot-dtb.bin
> here to be used by fdtdec_setup().
>
> Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
> ---
>  arch/nios2/cpu/u-boot.lds | 16 +++++++++++++---
>  1 file changed, 13 insertions(+), 3 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list