]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq: zc770: Sync RSA configuraion with non RSA
authorMichal Simek <michal.simek@xilinx.com>
Wed, 12 Aug 2015 09:32:22 +0000 (11:32 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 13 Aug 2015 07:49:39 +0000 (09:49 +0200)
Add missing ARCH_ZYNQ selection for xm011 platform.
Also disable IMLS for xm011 and xm012.

Reported-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/zynq_zc770_xm011_defconfig
configs/zynq_zc770_xm012_defconfig

index ab7d6c50cd2f9c61a8f58a8f2e053411df135519..7c056d1c1a9c40a8e7b5eb08f96e0c0b4e863540 100644 (file)
@@ -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
index 4361bf787589d1121311dc64587173149c543884..c7e3307dde169a0be0ef542f07d5f1ace4b3afbc 100644 (file)
@@ -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