]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: versal: Update boot delay to perform autoboot
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Sat, 27 Apr 2019 05:47:04 +0000 (11:17 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Sun, 28 Apr 2019 15:19:02 +0000 (08:19 -0700)
Update boot delay to 5 for performing autoboot. This patch
also updates counter frequency to value 2720000 as used
by QEMU.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/xilinx_versal_virt_defconfig

index 23d85bbacd28f10f7c0d18254def9212ba7e6c9e..b847bdd46e30680ae8602f422b34fd2c6e292b6b 100644 (file)
@@ -4,13 +4,13 @@ CONFIG_SYS_TEXT_BASE=0x8000000
 CONFIG_SYS_MALLOC_F_LEN=0x8000
 CONFIG_DEBUG_UART_BASE=0xff000000
 CONFIG_DEBUG_UART_CLOCK=0
-CONFIG_COUNTER_FREQUENCY=62500000
+CONFIG_COUNTER_FREQUENCY=2720000
 CONFIG_DEBUG_UART=y
 CONFIG_ENV_VARS_UBOOT_CONFIG=y
 CONFIG_FIT=y
 CONFIG_FIT_VERBOSE=y
 # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set
-CONFIG_BOOTDELAY=-1
+CONFIG_BOOTDELAY=5
 CONFIG_SUPPORT_RAW_INITRD=y
 # CONFIG_DISPLAY_CPUINFO is not set
 CONFIG_BOARD_EARLY_INIT_R=y