From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 4 Sep 2015 15:56:11 +0200 Subject: [U-Boot] [PATCH v2 3/8] nios2: BSS should be cleared only after board_init_f In-Reply-To: <1441369343-4638-4-git-send-email-thomas@wytron.com.tw> References: <1441336526-23505-1-git-send-email-thomas@wytron.com.tw> <1441369343-4638-1-git-send-email-thomas@wytron.com.tw> <1441369343-4638-4-git-send-email-thomas@wytron.com.tw> Message-ID: <201509041556.11444.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, September 04, 2015 at 02:22:18 PM, 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 Best regards, Marek Vasut