summaryrefslogtreecommitdiff
path: root/configs/P1020RDB-PD_SPIFLASH_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-13 14:59:39 -0400
committerTom Rini <trini@konsulko.com>2021-09-13 15:08:20 -0400
commit3d3c9ba4de689a6f6dba88815550caed65bc65d8 (patch)
treeb4929577b390f984e5180b71fed747eb0c5aa8fa /configs/P1020RDB-PD_SPIFLASH_defconfig
parentadad482b2108499b52c8bfdaaa25e17db52392f6 (diff)
downloadu-boot-3d3c9ba4de689a6f6dba88815550caed65bc65d8.tar.gz
serial: Rework CONFIG_SYS_BAUDRATE_TABLEWIP/baudrate-Kconfig
In order to move CONFIG_SYS_BAUDRATE_TABLE to Kconfig, we need to rework the logic a bit. Rename the users of CONFIG_SYS_BAUDRATE_TABLE to SYS_BAUDRATE_TABLE. Introduce a series of CONFIG_BAUDRATE_TABLE_... that include some number of baud rates. These match all existing users. The help for each entry specifies what the exact table is, for a given option. Define what SYS_BAUDRATE_TABLE will be in include/serial.h now. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P1020RDB-PD_SPIFLASH_defconfig')
-rw-r--r--configs/P1020RDB-PD_SPIFLASH_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1020RDB-PD_SPIFLASH_defconfig b/configs/P1020RDB-PD_SPIFLASH_defconfig
index 205ca03b49..fe9725c05d 100644
--- a/configs/P1020RDB-PD_SPIFLASH_defconfig
+++ b/configs/P1020RDB-PD_SPIFLASH_defconfig
@@ -89,6 +89,7 @@ CONFIG_MII=y
CONFIG_TSEC_ENET=y
CONFIG_PCIE_FSL=y
CONFIG_DM_RTC=y
+CONFIG_BAUDRATE_TABLE_300_TO_115200=y
CONFIG_SYS_NS16550=y
CONFIG_SPI=y
CONFIG_DM_SPI=y