Kirkwood: NAS220: remove bootdelay from CONFIG_EXTRA_ENV_SETTINGS
authorEvgeni Dobrev <evgeni@studio-punkt.com>
Sun, 5 Aug 2018 19:56:20 +0000 (21:56 +0200)
committerStefan Roese <sr@denx.de>
Wed, 19 Sep 2018 06:59:26 +0000 (08:59 +0200)
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>
Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/nas220.h

index ca5cb2a..bdfa42f 100644 (file)
@@ -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"