diff options
author | Ye Li <ye.li@nxp.com> | 2016-02-01 10:41:32 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-02-02 21:04:21 +0100 |
commit | cf94a3427abf2fdf3355f251aacce82305136fac (patch) | |
tree | 0fa958dbfd36b0c428c10e7bc148abffb38c521e /board/freescale/mx6sxsabreauto/Makefile | |
parent | d4d1dd674977fc7be30bd1f113b564247236ed60 (diff) | |
download | u-boot-imx-cf94a3427abf2fdf3355f251aacce82305136fac.zip u-boot-imx-cf94a3427abf2fdf3355f251aacce82305136fac.tar.gz u-boot-imx-cf94a3427abf2fdf3355f251aacce82305136fac.tar.bz2 |
imx: mx6sxsabreauto: Add support for mx6sx SABREAUTO board
Initial version for mx6sx SABREAUTO board support with features:
PMIC, QSPI, NAND flash, SD/MMC, USB, Ethernet, I2C, IO Expander.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'board/freescale/mx6sxsabreauto/Makefile')
-rw-r--r-- | board/freescale/mx6sxsabreauto/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/freescale/mx6sxsabreauto/Makefile b/board/freescale/mx6sxsabreauto/Makefile new file mode 100644 index 0000000..f0cd1ce --- /dev/null +++ b/board/freescale/mx6sxsabreauto/Makefile @@ -0,0 +1,6 @@ +# (C) Copyright 2014 Freescale Semiconductor, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := mx6sxsabreauto.o |