summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-04-18 09:56:16 -0300
committerStefano Babic <sbabic@denx.de>2016-04-19 16:37:36 +0200
commit69cc7dbf1f62492788ab810db7d8444a623c23c2 (patch)
treee334c09f3524c9d4697967e041d7f64f593e9b73 /configs
parent9999fc0957fc0b962cb71423b79e7145dacd6c45 (diff)
downloadtalos-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 'configs')
-rw-r--r--configs/pico-imx6ul_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig
new file mode 100644
index 0000000000..9157faa066
--- /dev/null
+++ b/configs/pico-imx6ul_defconfig
@@ -0,0 +1,5 @@
+CONFIG_ARM=y
+CONFIG_ARCH_MX6=y
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/pico-imx6ul/imximage.cfg"
+CONFIG_TARGET_PICO_IMX6UL=y
+CONFIG_OF_LIBFDT=y
OpenPOWER on IntegriCloud