diff options
author | Alison Wang <b18965@freescale.com> | 2015-01-04 15:30:59 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-01-23 22:29:15 -0600 |
commit | 55d53ab45e3be3442c7b8555ff059df1d28f2838 (patch) | |
tree | 9f94e778d5f320bfb9ccf94d7b1b5c91cbd66ab6 /board/freescale | |
parent | 8fc2121a10e92bfd7cb1db50fb110d3ca9acfbda (diff) | |
download | u-boot-imx-55d53ab45e3be3442c7b8555ff059df1d28f2838.zip u-boot-imx-55d53ab45e3be3442c7b8555ff059df1d28f2838.tar.gz u-boot-imx-55d53ab45e3be3442c7b8555ff059df1d28f2838.tar.bz2 |
arm: ls102xa: Add LPUART support for LS1021ATWR board
This patch adds LPUART support for LS1021ATWR board.
For ls1021atwr_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 'board/freescale')
-rw-r--r-- | board/freescale/ls1021atwr/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/ls1021atwr/MAINTAINERS b/board/freescale/ls1021atwr/MAINTAINERS index 9176706..e9f6f0a 100644 --- a/board/freescale/ls1021atwr/MAINTAINERS +++ b/board/freescale/ls1021atwr/MAINTAINERS @@ -5,5 +5,6 @@ F: board/freescale/ls1021atwr/ F: include/configs/ls1021atwr.h F: configs/ls1021atwr_nor_defconfig F: configs/ls1021atwr_nor_SECURE_BOOT_defconfig +F: configs/ls1021atwr_nor_lpuart_defconfig F: configs/ls1021atwr_sdcard_defconfig F: configs/ls1021atwr_qspi_defconfig |