diff options
author | Tom Rini | 2022-08-23 15:24:14 -0400 |
---|---|---|
committer | Tom Rini | 2022-08-23 15:24:14 -0400 |
commit | 1247c35c80cb0f6f17c88d54c6575d6d1f50c608 (patch) | |
tree | 7e3f9a48685e110c07d3089c900e7d2998925f4e /configs/draco_defconfig | |
parent | 1d323d83061fae8f94a9118b8db3384daef26216 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/draco_defconfig')
-rw-r--r-- | configs/draco_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/draco_defconfig b/configs/draco_defconfig index c137fc72e0f..148ec5aa02e 100644 --- a/configs/draco_defconfig +++ b/configs/draco_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_DM_SPI=y CONFIG_DEFAULT_DEVICE_TREE="am335x-draco" CONFIG_AM33XX=y CONFIG_SYS_MPUCLK=300 +CONFIG_SYS_PROMPT="U-Boot# " CONFIG_TARGET_DRACO=y CONFIG_SPL_MMC=y CONFIG_SPL_SERIAL=y @@ -51,7 +52,6 @@ CONFIG_SPL_WATCHDOG=y CONFIG_SPL_YMODEM_SUPPORT=y # CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC is not set CONFIG_HUSH_PARSER=y -CONFIG_SYS_PROMPT="U-Boot# " CONFIG_SYS_MAXARGS=32 CONFIG_SYS_PBSIZE=1049 CONFIG_CMD_ASKENV=y |