From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 15 Sep 2015 16:39:49 +0800 Subject: [U-Boot] [PATCH] nios2: configure STATUS_LED_BOOT In-Reply-To: <1441458242-2754-1-git-send-email-thomas@wytron.com.tw> References: <201509041608.22148.marex@denx.de> <1441458242-2754-1-git-send-email-thomas@wytron.com.tw> Message-ID: <55F7D955.4010300@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/05/2015 09:04 PM, Thomas Chou wrote: > Define STATUS_LED_BOOT. So the boot LED will be initialized > in board_init_r(), and show the boot progress. > > Though the boot LED is set to blinking in board_init_r(), > only the powerpc and nios2 really support blinking. All other > archs just turn the LED on and can not blink. > > After the commit "nios2: Switch to generic timer", with the > removal of call to status_led_tick(), nios2 can not blink LED. > But it doesn't really matter, because U-Boot usually runs a very > short time. It should be enough to turn boot LED on and off > during boot process. > > Signed-off-by: Thomas Chou > --- > include/configs/nios2-generic.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied to u-boot-nios.