diff options
author | Alison Wang <b18965@freescale.com> | 2015-01-04 07:30:58 (GMT) |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-01-24 04:29:15 (GMT) |
commit | 8fc2121a10e92bfd7cb1db50fb110d3ca9acfbda (patch) | |
tree | 580649857dd356f91e3be57bcbae6d266db39963 /configs | |
parent | 33d2e46591ef9e7805cfea8ed880d20b7bbcee7e (diff) | |
download | u-boot-8fc2121a10e92bfd7cb1db50fb110d3ca9acfbda.tar.xz |
arm: ls102xa: Add LPUART support for LS1021AQDS board
This patch adds LPUART support for LS1021AQDS board.
For ls1021aqds_nor_lpuart_defconfig, LPUART is used as the console.
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_nor_lpuart_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ls1021aqds_nor_lpuart_defconfig b/configs/ls1021aqds_nor_lpuart_defconfig new file mode 100644 index 0000000..29335ee --- /dev/null +++ b/configs/ls1021aqds_nor_lpuart_defconfig @@ -0,0 +1,3 @@ +CONFIG_SYS_EXTRA_OPTIONS="LPUART" ++S:CONFIG_ARM=y ++S:CONFIG_TARGET_LS1021AQDS=y |