mxs_nand: Update compatible string for i.MX6SX
[oweals/u-boot.git] / common / Kconfig
index ee4f748c32b8bf0136e3f90669915e93d217b1e1..30cba15948b431376ba559006f0ef8bfbc05facc 100644 (file)
@@ -1060,3 +1060,14 @@ config IMAGE_SIGN_INFO
        select SHA256
        help
          Enable image_sign_info helper functions.
+
+if IMAGE_SIGN_INFO
+
+config SPL_IMAGE_SIGN_INFO
+       bool
+       select SHA1
+       select SHA256
+       help
+         Enable image_sign_info helper functions in SPL.
+
+endif