diff options
author | Haoran Wang <Haoran.Wang@freescale.com> | 2016-01-15 00:38:53 +0800 |
---|---|---|
committer | guoyin.chen <guoyin.chen@freescale.com> | 2016-03-04 15:35:55 +0800 |
commit | 0c0e7b5ee4fa3d285e3736bba369cf52481e6269 (patch) | |
tree | f6b256c023c050875b01361343410677e094a2f8 /configs | |
parent | e20226ce2efec65452be1f52343626b99d7479d3 (diff) |
MA-7455 Import picosom boot codes
Imported the picosom boot codes and board
configs from technexion.
Signed-off-by: Tapani Utriainen <tapani@technexion.com>
Signed-off-by: Haoran Wang <Haoran.Wang@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/picosom-imx6ul-qspi_defconfig | 5 | ||||
-rw-r--r-- | configs/picosom-imx6ul_defconfig | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/configs/picosom-imx6ul-qspi_defconfig b/configs/picosom-imx6ul-qspi_defconfig new file mode 100644 index 0000000..54c9f31 --- /dev/null +++ b/configs/picosom-imx6ul-qspi_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/picosom-imx6ul/imximage.cfg,MX6UL,SYS_BOOT_QSPI" +CONFIG_ARM=y +CONFIG_TARGET_PICOSOM_IMX6UL=y +CONFIG_DM=y +CONFIG_DM_THERMAL=y diff --git a/configs/picosom-imx6ul_defconfig b/configs/picosom-imx6ul_defconfig new file mode 100644 index 0000000..9f95f30 --- /dev/null +++ b/configs/picosom-imx6ul_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/picosom-imx6ul/imximage.cfg,MX6UL" +CONFIG_ARM=y +CONFIG_TARGET_PICOSOM_IMX6UL=y +CONFIG_DM=y +CONFIG_DM_THERMAL=y |