From: Evgeni Dobrev Date: Sun, 5 Aug 2018 19:56:20 +0000 (+0200) Subject: Kirkwood: NAS220: remove bootdelay from CONFIG_EXTRA_ENV_SETTINGS X-Git-Tag: baikal/mips/sdk5.9~1540^2~34 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=1de9bb8cadc07f27a8011cfa300e7ddfce2e3241;p=uboot.git Kirkwood: NAS220: remove bootdelay from CONFIG_EXTRA_ENV_SETTINGS 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 Signed-off-by: Stefan Roese --- diff --git a/include/configs/nas220.h b/include/configs/nas220.h index ca5cb2a838..bdfa42fd30 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"