]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd: zynq: rsa: Setup proper dependency on zynq
authorMichal Simek <michal.simek@xilinx.com>
Tue, 6 Mar 2018 13:29:45 +0000 (14:29 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 8 Mar 2018 08:33:42 +0000 (09:33 +0100)
This function can't be called on different SoC that's why add dependency
on Zynq before this is moved to board/xilinx/zynq folder.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
cmd/Kconfig

index d1dc0915fcd2217359cd80f2212970002a138cb8..2326c01f42d5a8332244fbb2c27ee1d3e20d74a1 100644 (file)
@@ -1167,6 +1167,7 @@ config CMD_ZYNQ_AES
 
 config CMD_ZYNQ_RSA
        bool "Zynq RSA"
+       depends on ARCH_ZYNQ
        select RSA
        help
          Verifies the authenticated and encrypted zynq images.