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 /configs | |
parent | 9999fc0957fc0b962cb71423b79e7145dacd6c45 (diff) | |
download | u-boot-imx-69cc7dbf1f62492788ab810db7d8444a623c23c2.zip u-boot-imx-69cc7dbf1f62492788ab810db7d8444a623c23c2.tar.gz u-boot-imx-69cc7dbf1f62492788ab810db7d8444a623c23c2.tar.bz2 |
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_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig new file mode 100644 index 0000000..9157faa --- /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 |