From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Mon, 7 Sep 2015 10:27:30 +0800 Subject: [U-Boot] [PATCH v4 6/7] nios2: define _end in link script In-Reply-To: <1441587806-23115-7-git-send-email-thomas@wytron.com.tw> References: <1441336526-23505-1-git-send-email-thomas@wytron.com.tw> <1441587806-23115-1-git-send-email-thomas@wytron.com.tw> <1441587806-23115-7-git-send-email-thomas@wytron.com.tw> Message-ID: <55ECF612.6080509@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/07/2015 09:03 AM, Thomas Chou 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 . > > The _end is used by fdtdec_setup() to find the blob. > > Signed-off-by: Thomas Chou > Acked-by: Marek Vasut > Reviewed-by: Simon Glass > --- > arch/nios2/cpu/u-boot.lds | 6 ++++++ > 1 file changed, 6 insertions(+) > Applied to u-boot-nios.