diff options
author | Tom Rini <trini@konsulko.com> | 2023-03-27 13:39:17 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-03-27 13:39:17 -0400 |
commit | c358af81d0df0ba5eadda585577425345dae55ed (patch) | |
tree | 63a144be8f4dfbf4322a910869f2d2c1def2aff9 /configs/chiliboard_defconfig | |
parent | aba0eb5b94089757fe5382bf75bc3902b8ce24cf (diff) | |
download | u-boot-c358af81d0df0ba5eadda585577425345dae55ed.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/chiliboard_defconfig')
-rw-r--r-- | configs/chiliboard_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/chiliboard_defconfig b/configs/chiliboard_defconfig index 94791915c68..0c3fd428407 100644 --- a/configs/chiliboard_defconfig +++ b/configs/chiliboard_defconfig @@ -17,8 +17,8 @@ CONFIG_SPL=y CONFIG_ENV_OFFSET_REDUND=0x22000 CONFIG_SPL_FS_FAT=y CONFIG_SPL_LIBDISK_SUPPORT=y -CONFIG_DISTRO_DEFAULTS=y CONFIG_TIMESTAMP=y +CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=1 CONFIG_BOOTCOMMAND="run mmcboot; run nandboot; run netboot" CONFIG_DEFAULT_FDT_FILE="am335x-chiliboard.dtb" |