From: Masahiro Yamada Date: Fri, 5 Dec 2014 15:03:18 +0000 (+0900) Subject: ARM: UniPhier: disable autostart by default X-Git-Tag: v2015.01-rc3~4^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8dca1d6f80c3c304def8e0054430c835f34d1343;p=u-boot ARM: UniPhier: disable autostart by default Signed-off-by: Masahiro Yamada --- diff --git a/include/configs/uniphier-common.h b/include/configs/uniphier-common.h index 2140fccc5a..31ab4708eb 100644 --- a/include/configs/uniphier-common.h +++ b/include/configs/uniphier-common.h @@ -205,7 +205,6 @@ are defined. Select only one of them." "image_offset=0x00080000\0" \ "image_size=0x00f00000\0" \ "verify=n\0" \ - "autostart=yes\0" \ "norboot=run add_default_bootargs;" \ "bootm $image_offset\0" \ "nandboot=run add_default_bootargs;" \