From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Mon, 7 Sep 2015 10:25:42 +0800 Subject: [U-Boot] [PATCH v4 3/7] nios2: BSS should be cleared only after board_init_f In-Reply-To: <1441587806-23115-4-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-4-git-send-email-thomas@wytron.com.tw> Message-ID: <55ECF5A6.8030809@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: > As dtb in u-boot-dtb.bin overlapped the BSS section, > we should delay the clearing of BSS until dtb is relocated > in board_init_f(). > > Signed-off-by: Thomas Chou > Acked-by: Marek Vasut > --- > arch/nios2/cpu/start.S | 30 ++++++++++++++++-------------- > 1 file changed, 16 insertions(+), 14 deletions(-) Applied to u-boot-nios.