From: Masahiro Yamada <yamada.masahiro@socionext.com>
Date: Sat, 11 Jun 2016 09:44:08 +0000 (+0900)
Subject: ARM: stm32: remove unused CONFIG_AUTOBOOT
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2c15534f6b5b2157b7c93b6d7c59e26989afb069;p=project%2Fbcm63xx%2Fu-boot.git

ARM: stm32: remove unused CONFIG_AUTOBOOT

At this point, this is not referenced from anywhere, so remove it
(but it will be re-added later for a different meaning).

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h
index 8bbe580ebf..f05c1aacaf 100644
--- a/include/configs/stm32f429-discovery.h
+++ b/include/configs/stm32f429-discovery.h
@@ -82,8 +82,6 @@
 	"bootcmd_romfs=setenv bootargs ${bootargs} ${bootargs_romfs};" \
 	"bootm 0x08044000 - 0x08042000\0"
 
-#define CONFIG_AUTOBOOT
-
 /*
  * Command line configuration.
  */