From: Michal Simek Date: Wed, 12 Aug 2015 09:32:22 +0000 (+0200) Subject: zynq: zc770: Sync RSA configuraion with non RSA X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afad9aedc817b6154d19508c091567e991f9ca80;p=thirdparty%2Fu-boot.git zynq: zc770: Sync RSA configuraion with non RSA Add missing ARCH_ZYNQ selection for xm011 platform. Also disable IMLS for xm011 and xm012. Reported-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/configs/zynq_zc770_xm011_defconfig b/configs/zynq_zc770_xm011_defconfig index ab7d6c50cd2..7c056d1c1a9 100644 --- a/configs/zynq_zc770_xm011_defconfig +++ b/configs/zynq_zc770_xm011_defconfig @@ -1,5 +1,10 @@ CONFIG_ARM=y +CONFIG_ARCH_ZYNQ=y +CONFIG_TARGET_ZYNQ_ZC770=y CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm011" +CONFIG_FIT=y +CONFIG_FIT_VERBOSE=y +CONFIG_FIT_SIGNATURE=y CONFIG_SYS_EXTRA_OPTIONS="ZC770_XM011" -CONFIG_OF_CONTROL=y +# CONFIG_CMD_IMLS is not set CONFIG_OF_EMBED=y diff --git a/configs/zynq_zc770_xm012_defconfig b/configs/zynq_zc770_xm012_defconfig index 4361bf78758..c7e3307dde1 100644 --- a/configs/zynq_zc770_xm012_defconfig +++ b/configs/zynq_zc770_xm012_defconfig @@ -8,5 +8,6 @@ CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_FIT_SIGNATURE=y CONFIG_SYS_EXTRA_OPTIONS="ZC770_XM012" +# CONFIG_CMD_IMLS is not set # CONFIG_CMD_SETEXPR is not set CONFIG_OF_EMBED=y