aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRam Muthiah <rammuthiah@google.com>2023-05-02 08:52:01 -0700
committerRam Muthiah <rammuthiah@google.com>2023-05-02 10:26:16 -0700
commita2c61d98e45db1ca65312e360973fc0eaa0e912f (patch)
treec14f4195456d7997f29c6b8a966d80cca67a8995
parentd4d9bd1ca13233bb799db893e7533c8964b1a5a1 (diff)
Revert "rockchip: Add sha256 hash to FIT images"
This reverts commit 99e3a2cd4e74b8d6fd7cca3d3dc8e106170ac532. Bug: 280449250 Change-Id: I6fdee6b234063e15ea667e73d18ba89332e70752 Signed-off-by: Ram Muthiah <rammuthiah@google.com>
-rw-r--r--arch/arm/dts/rockchip-u-boot.dtsi20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/dts/rockchip-u-boot.dtsi b/arch/arm/dts/rockchip-u-boot.dtsi
index 2878b80926c..d5059e54fe2 100644
--- a/arch/arm/dts/rockchip-u-boot.dtsi
+++ b/arch/arm/dts/rockchip-u-boot.dtsi
@@ -53,11 +53,6 @@
entry = <CONFIG_TEXT_BASE>;
u-boot-nodtb {
};
-#ifdef CONFIG_SPL_FIT_SIGNATURE
- hash {
- algo = "sha256";
- };
-#endif
};
@atf-SEQ {
@@ -73,11 +68,6 @@
atf-bl31 {
};
-#ifdef CONFIG_SPL_FIT_SIGNATURE
- hash {
- algo = "sha256";
- };
-#endif
};
@tee-SEQ {
fit,operation = "split-elf";
@@ -93,22 +83,12 @@
tee-os {
optional;
};
-#ifdef CONFIG_SPL_FIT_SIGNATURE
- hash {
- algo = "sha256";
- };
-#endif
};
@fdt-SEQ {
description = "fdt-NAME";
compression = "none";
type = "flat_dt";
-#ifdef CONFIG_SPL_FIT_SIGNATURE
- hash {
- algo = "sha256";
- };
-#endif
};
};