diff mbox

[U-Boot,v2,1/5] ARM: stm32: remove unused CONFIG_AUTOBOOT

Message ID 1465638252-13196-2-git-send-email-yamada.masahiro@socionext.com
State Accepted
Delegated to: Masahiro Yamada
Headers show

Commit Message

Masahiro Yamada June 11, 2016, 9:44 a.m. UTC
At this point, this is not referenced from anywhere, so remove it
(but I will re-add it soon for a different meaning).

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

Changes in v2: None

 include/configs/stm32f429-discovery.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Masahiro Yamada June 12, 2016, 10:55 p.m. UTC | #1
2016-06-11 18:44 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> At this point, this is not referenced from anywhere, so remove it
> (but I will re-add it soon for a different meaning).
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Applied along with moveconfig.py updates.



Best Regards
Masahiro Yamada
diff mbox

Patch

diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h
index 8bbe580..f05c1aa 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.
  */