diff options
author | fang hui <hui.fang@nxp.com> | 2016-10-12 16:09:14 +0800 |
---|---|---|
committer | fang hui <hui.fang@nxp.com> | 2016-11-09 08:25:50 +0800 |
commit | 350529a315a77c1c62fd7e69e9d114281162db80 (patch) | |
tree | f1d5a82991619862fb313e27199c0fb5f265ffbc /configs | |
parent | 11d79dca619499b3957f87c89688efd7d2150afb (diff) | |
download | u-boot-imx-350529a315a77c1c62fd7e69e9d114281162db80.zip u-boot-imx-350529a315a77c1c62fd7e69e9d114281162db80.tar.gz u-boot-imx-350529a315a77c1c62fd7e69e9d114281162db80.tar.bz2 |
MA-8877 - [brillo] uboot support iopb board
add iopb config in board/freescale/mx6ul_nxpu_iopb
add brillo config in include/configs/mx6ul_nxpu_iopb.h
Signed-off-by: fang hui <hui.fang@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6ul_nxpu_iopb_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6ul_nxpu_iopb_defconfig b/configs/mx6ul_nxpu_iopb_defconfig new file mode 100644 index 0000000..d38c535 --- /dev/null +++ b/configs/mx6ul_nxpu_iopb_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_nxpu_iopb/imximage.cfg,MX6UL,MX6UL_NXPU_IOPB,ANDROID_SUPPORT,BRILLO_SUPPORT" +CONFIG_ARM=y +CONFIG_TARGET_MX6UL_NXPU_IOPB=y +CONFIG_DM=y +CONFIG_DM_THERMAL=y |