diff mbox series

[U-Boot] Kirkwood: NAS220: remove bootdelay from CONFIG_EXTRA_ENV_SETTINGS

Message ID 20180805195620.2hce4nbv5y3rp52o@anne
State Accepted
Commit 028280061a82151b1a79d2cb1fe4ba31c65e6f3c
Delegated to: Stefan Roese
Headers show
Series [U-Boot] Kirkwood: NAS220: remove bootdelay from CONFIG_EXTRA_ENV_SETTINGS | expand

Commit Message

Evgeni Dobrev Aug. 5, 2018, 7:56 p.m. UTC
The default bootdelay of 3 seconds is good enough and there is no need
to duplicate it in CONFIG_EXTRA_ENV_SETTINGS.

Signed-off-by: Evgeni Dobrev <evgeni@studio-punkt.com>
---
 include/configs/nas220.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefan Roese Sept. 19, 2018, 12:09 p.m. UTC | #1
On 05.08.2018 21:56, Evgeni Dobrev wrote:
> The default bootdelay of 3 seconds is good enough and there is no need
> to duplicate it in CONFIG_EXTRA_ENV_SETTINGS.
> 
> Signed-off-by: Evgeni Dobrev <evgeni@studio-punkt.com>
> ---
>   include/configs/nas220.h | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/include/configs/nas220.h b/include/configs/nas220.h
> index b37705e26e..9738d96ca9 100644
> --- a/include/configs/nas220.h
> +++ b/include/configs/nas220.h
> @@ -69,7 +69,6 @@
>   	"0x500000@0xc0000(uimage),"\
>   	"0x1a40000@0x5c0000(rootfs)\0" \
>   	"mtdids=nand0=orion_nand\0"\
> -	"bootdelay=-1\0"\
>   	"autostart=no\0"\
>   	"autoload=no\0"
>   
> 

Applied to u-boot-marvell/master

Thanks,
Stefan
diff mbox series

Patch

diff --git a/include/configs/nas220.h b/include/configs/nas220.h
index b37705e26e..9738d96ca9 100644
--- a/include/configs/nas220.h
+++ b/include/configs/nas220.h
@@ -69,7 +69,6 @@ 
 	"0x500000@0xc0000(uimage),"\
 	"0x1a40000@0x5c0000(rootfs)\0" \
 	"mtdids=nand0=orion_nand\0"\
-	"bootdelay=-1\0"\
 	"autostart=no\0"\
 	"autoload=no\0"