From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 14 Aug 2014 10:19:03 -0700 Subject: [U-Boot] [PATCH v4 15/18] arm: ls102xa: Add LETECH support for LS1021AQDS/TWR board In-Reply-To: <1407998707-9632-16-git-send-email-b18965@freescale.com> References: <1407998707-9632-1-git-send-email-b18965@freescale.com> <1407998707-9632-16-git-send-email-b18965@freescale.com> Message-ID: <53ECEF87.5020000@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/13/2014 11:45 PM, Alison Wang wrote: > From: Wang Huan > > This patch is to add LETECH support for LS1021AQDS/TWR board. > For LETECH, lpuart is used as console. > > Signed-off-by: Jason Jin > Signed-off-by: Yuan Yao > Signed-off-by: Alison Wang > --- > Change log: > v4: No change. > v3: New file. > > board/freescale/ls1021aqds/MAINTAINERS | 1 + > board/freescale/ls1021atwr/MAINTAINERS | 1 + > configs/ls1021aqds_letech_defconfig | 3 +++ > configs/ls1021atwr_letech_defconfig | 3 +++ > include/configs/ls1021aqds.h | 13 +++++++++++++ > include/configs/ls1021atwr.h | 12 ++++++++++++ > 6 files changed, 33 insertions(+) > create mode 100644 configs/ls1021aqds_letech_defconfig > create mode 100644 configs/ls1021atwr_letech_defconfig I suggest you update README to add some information about this LETECH. I have no idea what it is until I dig into some internal documents. York