diff options
author | Alison Wang | 2015-03-09 17:23:09 +0800 |
---|---|---|
committer | York Sun | 2015-04-21 10:19:19 -0700 |
commit | 997c67d98b2230d3d17ed8143e490067d640b75b (patch) | |
tree | 18bfd80fa1be8332ecfe7fb06c6b770655009298 /configs | |
parent | 09227dd9df9b033be0a92bb5fa4319b22a9e6ba7 (diff) |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ls1021aqds_ddr4_nor_lpuart_defconfig b/configs/ls1021aqds_ddr4_nor_lpuart_defconfig new file mode 100644 index 00000000000..4d2714b4be3 --- /dev/null +++ b/configs/ls1021aqds_ddr4_nor_lpuart_defconfig @@ -0,0 +1,3 @@ +CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,LPUART" +CONFIG_ARM=y +CONFIG_TARGET_LS1021AQDS=y |