mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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>
This commit is contained in:
parent
09227dd9df
commit
997c67d98b
2 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ F: board/freescale/ls1021aqds/
|
|||
F: include/configs/ls1021aqds.h
|
||||
F: configs/ls1021aqds_nor_defconfig
|
||||
F: configs/ls1021aqds_ddr4_nor_defconfig
|
||||
F: configs/ls1021aqds_ddr4_nor_lpuart_defconfig
|
||||
F: configs/ls1021aqds_nor_SECURE_BOOT_defconfig
|
||||
F: configs/ls1021aqds_nor_lpuart_defconfig
|
||||
F: configs/ls1021aqds_sdcard_defconfig
|
||||
|
|
|
|||
3
configs/ls1021aqds_ddr4_nor_lpuart_defconfig
Normal file
3
configs/ls1021aqds_ddr4_nor_lpuart_defconfig
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,LPUART"
|
||||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_LS1021AQDS=y
|
||||
Loading…
Add table
Reference in a new issue