diff mbox series

[5/5] configs: ls208x: enable DM_SERIAL

Message ID 20230228163212.1188337-6-ioana.ciornei@nxp.com
State Accepted
Commit b07a62c0219ede896a20e825ab0791fb01d68407
Delegated to: Peng Fan
Headers show
Series Convert the LS208xA RDB/QDS boards to DM_SERIAL | expand

Commit Message

Ioana Ciornei Feb. 28, 2023, 4:32 p.m. UTC
Now that the DT nodes for the serial devices are in place for these
boards, enable DM_SERIAL in the associated configs.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
---
 configs/ls2088aqds_tfa_defconfig             | 5 +++--
 configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | 4 +++-
 configs/ls2088ardb_tfa_defconfig             | 4 +++-
 3 files changed, 9 insertions(+), 4 deletions(-)

Comments

Vladimir Oltean March 13, 2023, 3:55 p.m. UTC | #1
On Tue, Feb 28, 2023 at 06:32:12PM +0200, Ioana Ciornei wrote:
> Now that the DT nodes for the serial devices are in place for these
> boards, enable DM_SERIAL in the associated configs.
> 
> Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
> ---
>  configs/ls2088aqds_tfa_defconfig             | 5 +++--
>  configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | 4 +++-
>  configs/ls2088ardb_tfa_defconfig             | 4 +++-
>  3 files changed, 9 insertions(+), 4 deletions(-)
> 
> diff --git a/configs/ls2088aqds_tfa_defconfig b/configs/ls2088aqds_tfa_defconfig
> index a9faa1525ac7..9f10dd23b283 100644
> --- a/configs/ls2088aqds_tfa_defconfig
> +++ b/configs/ls2088aqds_tfa_defconfig
> @@ -18,7 +18,6 @@ CONFIG_AHCI=y
>  CONFIG_FSL_USE_PCA9547_MUX=y
>  CONFIG_FSL_QIXIS=y
>  # CONFIG_QIXIS_I2C_ACCESS is not set
> -# CONFIG_SYS_MALLOC_F is not set

I found this part of the change to be unexpected, but an offline
discussion with Ioana informed me that this line automatically goes away
after a "make savedefconfig".

That being said:

Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
diff mbox series

Patch

diff --git a/configs/ls2088aqds_tfa_defconfig b/configs/ls2088aqds_tfa_defconfig
index a9faa1525ac7..9f10dd23b283 100644
--- a/configs/ls2088aqds_tfa_defconfig
+++ b/configs/ls2088aqds_tfa_defconfig
@@ -18,7 +18,6 @@  CONFIG_AHCI=y
 CONFIG_FSL_USE_PCA9547_MUX=y
 CONFIG_FSL_QIXIS=y
 # CONFIG_QIXIS_I2C_ACCESS is not set
-# CONFIG_SYS_MALLOC_F is not set
 CONFIG_REMAKE_ELF=y
 CONFIG_SYS_MONITOR_LEN=1048576
 CONFIG_MP=y
@@ -113,7 +112,9 @@  CONFIG_DM_RTC=y
 CONFIG_RTC_ENABLE_32KHZ_OUTPUT=y
 CONFIG_RTC_DS3231=y
 CONFIG_DM_SCSI=y
-CONFIG_SYS_NS16550_SERIAL=y
+CONFIG_SPECIFY_CONSOLE_INDEX=y
+CONFIG_DM_SERIAL=y
+CONFIG_SYS_NS16550=y
 CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_FSL_DSPI=y
diff --git a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
index 1dd7c1dd808c..f110bee57597 100644
--- a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
+++ b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
@@ -100,8 +100,10 @@  CONFIG_PCIE_LAYERSCAPE_RC=y
 CONFIG_DM_RTC=y
 CONFIG_RTC_DS3231=y
 CONFIG_DM_SCSI=y
+CONFIG_SPECIFY_CONSOLE_INDEX=y
 CONFIG_CONS_INDEX=2
-CONFIG_SYS_NS16550_SERIAL=y
+CONFIG_DM_SERIAL=y
+CONFIG_SYS_NS16550=y
 CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_FSL_DSPI=y
diff --git a/configs/ls2088ardb_tfa_defconfig b/configs/ls2088ardb_tfa_defconfig
index 246ab403754b..6ff4e493dc8b 100644
--- a/configs/ls2088ardb_tfa_defconfig
+++ b/configs/ls2088ardb_tfa_defconfig
@@ -108,8 +108,10 @@  CONFIG_PCIE_LAYERSCAPE_RC=y
 CONFIG_DM_RTC=y
 CONFIG_RTC_DS3231=y
 CONFIG_DM_SCSI=y
+CONFIG_SPECIFY_CONSOLE_INDEX=y
 CONFIG_CONS_INDEX=2
-CONFIG_SYS_NS16550_SERIAL=y
+CONFIG_DM_SERIAL=y
+CONFIG_SYS_NS16550=y
 CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_FSL_DSPI=y