diff options
author | Winter Wang <wente.wang@nxp.com> | 2016-11-30 18:44:13 +0800 |
---|---|---|
committer | Winter Wang <wente.wang@nxp.com> | 2016-12-08 17:15:31 +0800 |
commit | c6ec0d4137a016840684106d63ae4b172a2e499e (patch) | |
tree | baf0ddd643bd920a12ede947e74f8a311071af1c | |
parent | 5ce3ba13de1fa4e9bac264b464fde3714d36dd82 (diff) | |
download | u-boot-imx-c6ec0d4137a016840684106d63ae4b172a2e499e.zip u-boot-imx-c6ec0d4137a016840684106d63ae4b172a2e499e.tar.gz u-boot-imx-c6ec0d4137a016840684106d63ae4b172a2e499e.tar.bz2 |
MA-9077 configs: enable fuse program in pico/iopb
really program to FUSE in order to store RPMB key
Change-Id: I4191aefb3e72530d6f2c28e4a9956513cb166f3e
Signed-off-by: Winter Wang <wente.wang@nxp.com>
-rw-r--r-- | configs/mx6ul_nxpu_iopb_defconfig | 2 | ||||
-rw-r--r-- | configs/picosom-imx6ul_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/mx6ul_nxpu_iopb_defconfig b/configs/mx6ul_nxpu_iopb_defconfig index 4b45ae0..8c5f939 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,AVB_SUPPORT,SYSTEM_RAMDISK_SUPPORT" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_nxpu_iopb/imximage.cfg,MX6UL,MX6UL_NXPU_IOPB,ANDROID_SUPPORT,BRILLO_SUPPORT,AVB_SUPPORT,SYSTEM_RAMDISK_SUPPORT,AVB_FUSE" CONFIG_ARM=y CONFIG_TARGET_MX6UL_NXPU_IOPB=y CONFIG_DM=y diff --git a/configs/picosom-imx6ul_defconfig b/configs/picosom-imx6ul_defconfig index e4c5763..67e679f 100644 --- a/configs/picosom-imx6ul_defconfig +++ b/configs/picosom-imx6ul_defconfig @@ -1,4 +1,4 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/picosom-imx6ul/imximage.cfg,MX6UL,ANDROID_SUPPORT,BRILLO_SUPPORT,AVB_SUPPORT,SYSTEM_RAMDISK_SUPPORT" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/picosom-imx6ul/imximage.cfg,MX6UL,ANDROID_SUPPORT,BRILLO_SUPPORT,AVB_SUPPORT,SYSTEM_RAMDISK_SUPPORT,AVB_FUSE" CONFIG_ARM=y CONFIG_TARGET_PICOSOM_IMX6UL=y CONFIG_DM=y |