From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Mon, 7 Sep 2015 10:24:54 +0800 Subject: [U-Boot] [PATCH v4 2/7] nios2: move altera_pio_init to board_early_init_r In-Reply-To: <1441587806-23115-3-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-3-git-send-email-thomas@wytron.com.tw> Message-ID: <55ECF576.8010504@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 altera_pio_init() uses BSS, it should be moved to > board_early_init_r(). > > Signed-off-by: Thomas Chou > Acked-by: Marek Vasut > --- > board/altera/nios2-generic/nios2-generic.c | 13 +++++++++---- > include/configs/nios2-generic.h | 1 + > 2 files changed, 10 insertions(+), 4 deletions(-) Applied to u-boot-nios.