diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-04-18 09:56:16 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-04-19 16:37:36 +0200 |
commit | 69cc7dbf1f62492788ab810db7d8444a623c23c2 (patch) | |
tree | e334c09f3524c9d4697967e041d7f64f593e9b73 /board/technexion/pico-imx6ul/Makefile | |
parent | 9999fc0957fc0b962cb71423b79e7145dacd6c45 (diff) | |
download | talos-obmc-uboot-69cc7dbf1f62492788ab810db7d8444a623c23c2.tar.gz talos-obmc-uboot-69cc7dbf1f62492788ab810db7d8444a623c23c2.zip |
Add initial support for Technexion's PICO-IMX6UL-EMMC board
Add support for Technexion's PICO-IMX6UL-EMMC board.
For information about this board, please visit:
http://www.technexion.com/products/pico/pico-som/pico-imx6-emmc
Signed-off-by: Richard Hu <richard.hu@technexion.com>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'board/technexion/pico-imx6ul/Makefile')
-rw-r--r-- | board/technexion/pico-imx6ul/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/technexion/pico-imx6ul/Makefile b/board/technexion/pico-imx6ul/Makefile new file mode 100644 index 0000000000..ac8ff9e548 --- /dev/null +++ b/board/technexion/pico-imx6ul/Makefile @@ -0,0 +1,7 @@ +# (C) Copyright 2015 Technexion Ltd. +# (C) Copyright 2015 Freescale Semiconductor, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := pico-imx6ul.o |