From: Siva Durga Prasad Paladugu Date: Sat, 27 Apr 2019 05:47:04 +0000 (+0530) Subject: arm64: versal: Update boot delay to perform autoboot X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f87a183900492da2bdaa8dc98bda10619bf60c8b;p=thirdparty%2Fu-boot.git arm64: versal: Update boot delay to perform autoboot 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 Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index 23d85bbacd2..b847bdd46e3 100644 --- a/configs/xilinx_versal_virt_defconfig +++ b/configs/xilinx_versal_virt_defconfig @@ -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