diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-11 18:44:08 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-13 07:46:29 +0900 |
commit | 2c15534f6b5b2157b7c93b6d7c59e26989afb069 (patch) | |
tree | af5fa8556ab174e46d988d12b32915ee9d9efaf6 /include | |
parent | cd51878e34f6beef8ec7b66886e5a23a64b88653 (diff) | |
download | u-boot-imx-2c15534f6b5b2157b7c93b6d7c59e26989afb069.zip u-boot-imx-2c15534f6b5b2157b7c93b6d7c59e26989afb069.tar.gz u-boot-imx-2c15534f6b5b2157b7c93b6d7c59e26989afb069.tar.bz2 |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/stm32f429-discovery.h | 2 |
1 files changed, 0 insertions, 2 deletions
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. */ |