diff options
| author | Soren Brinkmann <[email protected]> | 2016-02-01 14:56:20 -0800 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2016-04-04 20:28:38 +0200 |
| commit | 5cfd918286a808d82a5002772958013cfdbb23de (patch) | |
| tree | 3dc00a4568e1eca5b70bc9e65dfcbe4eb425a5db /include | |
| parent | ceb04e1a5d9fb956190d9f5bcc32da0f9291d416 (diff) | |
ARM64: zynqmp: Decrease boot delay
Synchronize it with zynq platform.
Signed-off-by: Soren Brinkmann <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/xilinx_zynqmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 4e066cdfd23..b60239614fa 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -168,7 +168,7 @@ #define CONFIG_PREBOOT "run bootargs" #define CONFIG_BOOTCOMMAND "run $modeboot" -#define CONFIG_BOOTDELAY 5 +#define CONFIG_BOOTDELAY 3 #define CONFIG_BOARD_LATE_INIT |
