diff options
author | Winter Wang <wente.wang@nxp.com> | 2016-11-10 11:03:31 +0800 |
---|---|---|
committer | Winter Wang <wente.wang@nxp.com> | 2016-11-15 13:45:40 +0800 |
commit | bb019f1909fb10ed7153aa939942ccb6cc07c06b (patch) | |
tree | bf1e2ef7141d3dedf5f109584b7559db79b43eac | |
parent | d16b85d0e993fa33167c068c688ca07a3c3ca4ff (diff) | |
download | u-boot-imx-bb019f1909fb10ed7153aa939942ccb6cc07c06b.zip u-boot-imx-bb019f1909fb10ed7153aa939942ccb6cc07c06b.tar.gz u-boot-imx-bb019f1909fb10ed7153aa939942ccb6cc07c06b.tar.bz2 |
MA-8988 imx: imx6ul: iopb: add avb support
change CONFIG_FSL_BOOTCTL to CONFIG_AVB_SUPPORT
Signed-off-by: Winter Wang <wente.wang@nxp.com>
-rw-r--r-- | configs/mx6ul_nxpu_iopb_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6ul_nxpu_iopb_defconfig b/configs/mx6ul_nxpu_iopb_defconfig index 587884e..767d80f 100644 --- a/configs/mx6ul_nxpu_iopb_defconfig +++ b/configs/mx6ul_nxpu_iopb_defconfig @@ -1,4 +1,4 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_nxpu_iopb/imximage.cfg,MX6UL,MX6UL_NXPU_IOPB,ANDROID_SUPPORT,BRILLO_SUPPORT,FSL_BOOTCTL" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_nxpu_iopb/imximage.cfg,MX6UL,MX6UL_NXPU_IOPB,ANDROID_SUPPORT,BRILLO_SUPPORT,AVB_SUPPORT" CONFIG_ARM=y CONFIG_TARGET_MX6UL_NXPU_IOPB=y CONFIG_DM=y |