Commit 997c67d98b2230d3d17ed8143e490067d640b75b

Authored by Alison Wang
Committed by York Sun
1 parent 09227dd9df

ls102xa: ddr4: Use LPUART as console output to verify DCU driver

On QDS board with DDR4 DIMM, LPUART is used as console
output to verify DCU driver. This patch adds
ls1021aqds_ddr4_nor_lpuart_defconfig for this support.

Signed-off-by: Alison Wang <alison.wang@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>

Showing 2 changed files with 4 additions and 0 deletions Side-by-side Diff

board/freescale/ls1021aqds/MAINTAINERS
... ... @@ -5,6 +5,7 @@
5 5 F: include/configs/ls1021aqds.h
6 6 F: configs/ls1021aqds_nor_defconfig
7 7 F: configs/ls1021aqds_ddr4_nor_defconfig
  8 +F: configs/ls1021aqds_ddr4_nor_lpuart_defconfig
8 9 F: configs/ls1021aqds_nor_SECURE_BOOT_defconfig
9 10 F: configs/ls1021aqds_nor_lpuart_defconfig
10 11 F: configs/ls1021aqds_sdcard_defconfig
configs/ls1021aqds_ddr4_nor_lpuart_defconfig
  1 +CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,LPUART"
  2 +CONFIG_ARM=y
  3 +CONFIG_TARGET_LS1021AQDS=y