summaryrefslogtreecommitdiff
path: root/configs/MPC8548CDS_defconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-10-28 20:27:02 -0400
committerTom Rini <[email protected]>2022-11-10 09:45:54 -0500
commit2c8d04dd1794baf777dea9ffdacf6a61033f2876 (patch)
treece51bb6e8022f4e37f7a8442b1d72956e757a58e /configs/MPC8548CDS_defconfig
parentb85d75951fe126267a29bc953ed59ed64a152288 (diff)
Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to Kconfig
This converts the following to Kconfig: CONFIG_SYS_LOADS_BAUD_CHANGE CONFIG_LOADS_ECHO As part of this, we move CMD_SAVES to be after CMD_LOADS as they are logically related (load or save an s-record format file) and this makes grouping of CONFIG_SYS_LOADS_BAUD_CHANGE easier. Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'configs/MPC8548CDS_defconfig')
-rw-r--r--configs/MPC8548CDS_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/MPC8548CDS_defconfig b/configs/MPC8548CDS_defconfig
index e3a4b29c0d1..be192e177d1 100644
--- a/configs/MPC8548CDS_defconfig
+++ b/configs/MPC8548CDS_defconfig
@@ -27,6 +27,8 @@ CONFIG_SYS_PBSIZE=276
CONFIG_CMD_IMLS=y
CONFIG_SYS_I2C_EEPROM_ADDR_LEN=2
CONFIG_CMD_I2C=y
+CONFIG_LOADS_ECHO=y
+CONFIG_SYS_LOADS_BAUD_CHANGE=y
CONFIG_CMD_PCI=y
CONFIG_CMD_DHCP=y
CONFIG_BOOTP_BOOTFILESIZE=y