diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-07-24 16:38:53 (GMT) |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-08-07 19:54:21 (GMT) |
commit | 2da375c9194ad85fc117088a8ebbca192b685207 (patch) | |
tree | 36d8570e86fc99567fab14f6f993578b6e54d65c /configs/socfpga_cyclone5_defconfig | |
parent | 2863a9bfc29092be37f8beee230883367b057065 (diff) | |
download | u-boot-fsl-qoriq-2da375c9194ad85fc117088a8ebbca192b685207.tar.xz |
ARM: socfpga: use the default CONFIG_BOOTDELAY=2
This option controls how long it should be paused before entering
the auto-boot mode. The default value from Kconfig should be fine
except socfpga_vining_fpga_defconfig.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/socfpga_cyclone5_defconfig')
-rw-r--r-- | configs/socfpga_cyclone5_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig index 1619b86..0437cbe 100644 --- a/configs/socfpga_cyclone5_defconfig +++ b/configs/socfpga_cyclone5_defconfig @@ -10,7 +10,6 @@ CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_socdk" CONFIG_SPL=y CONFIG_SPL_STACK_R=y CONFIG_FIT=y -CONFIG_BOOTDELAY=3 CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set |