
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