diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-23 15:24:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-23 15:24:14 -0400 |
commit | 1247c35c80cb0f6f17c88d54c6575d6d1f50c608 (patch) | |
tree | 7e3f9a48685e110c07d3089c900e7d2998925f4e /configs/rut_defconfig | |
parent | 1d323d83061fae8f94a9118b8db3384daef26216 (diff) | |
download | u-boot-1247c35c80cb0f6f17c88d54c6575d6d1f50c608.tar.gz u-boot-1247c35c80cb0f6f17c88d54c6575d6d1f50c608.tar.bz2 u-boot-1247c35c80cb0f6f17c88d54c6575d6d1f50c608.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/rut_defconfig')
-rw-r--r-- | configs/rut_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rut_defconfig b/configs/rut_defconfig index 1b91d8b5ab..4cfd5bf223 100644 --- a/configs/rut_defconfig +++ b/configs/rut_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_DM_SPI=y CONFIG_DEFAULT_DEVICE_TREE="am335x-rut" CONFIG_AM33XX=y CONFIG_SYS_MPUCLK=600 +CONFIG_SYS_PROMPT="U-Boot# " CONFIG_TARGET_RUT=y CONFIG_SPL_MMC=y CONFIG_SPL_SERIAL=y @@ -50,7 +51,6 @@ CONFIG_SYS_SPI_U_BOOT_OFFS=0x20000 CONFIG_SPL_WATCHDOG=y CONFIG_SPL_YMODEM_SUPPORT=y CONFIG_HUSH_PARSER=y -CONFIG_SYS_PROMPT="U-Boot# " CONFIG_SYS_MAXARGS=32 CONFIG_SYS_PBSIZE=1049 CONFIG_CMD_ASKENV=y |