diff options
Diffstat (limited to 'config/u-boot/gru_kevin')
-rw-r--r-- | config/u-boot/gru_kevin/config/default | 2 | ||||
-rw-r--r-- | config/u-boot/gru_kevin/target.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/u-boot/gru_kevin/config/default b/config/u-boot/gru_kevin/config/default index 310fcb6f..582c51f9 100644 --- a/config/u-boot/gru_kevin/config/default +++ b/config/u-boot/gru_kevin/config/default @@ -834,7 +834,7 @@ CONFIG_CMD_BOOTM=y CONFIG_CMD_BOOTDEV=y CONFIG_CMD_BOOTFLOW=y CONFIG_CMD_BOOTFLOW_FULL=y -CONFIG_CMD_BOOTFLOW_BOOTDELAY=30 +CONFIG_CMD_BOOTFLOW_BOOTDELAY=8 CONFIG_CMD_BOOTMETH=y CONFIG_CMD_BOOTSTD=y CONFIG_BOOTM_EFI=y diff --git a/config/u-boot/gru_kevin/target.cfg b/config/u-boot/gru_kevin/target.cfg index e19603c2..0c90e338 100644 --- a/config/u-boot/gru_kevin/target.cfg +++ b/config/u-boot/gru_kevin/target.cfg @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later tree="default" -xtree="default" +xgcctree="default" xarch="aarch64-elf arm-eabi" |