diff mbox series

[v1,12/12] powerpc/mpc85xx: socrates: enable signed fitImages

Message ID 20230124170700.3889830-13-hs@denx.de
State Accepted
Commit afb269c679e8accb6f19231121a3a02ad0359c8a
Delegated to: Tom Rini
Headers show
Series powerpc: mpc85xx: fixes and updates for socrates board | expand

Commit Message

Heiko Schocher Jan. 24, 2023, 5:07 p.m. UTC
allow only to boot signed fitimages (and signed u-boot
scripts).

Signed-off-by: Heiko Schocher <hs@denx.de>
---

 configs/socrates_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini Feb. 7, 2023, 4:51 p.m. UTC | #1
On Tue, Jan 24, 2023 at 06:07:00PM +0100, Heiko Schocher wrote:

> allow only to boot signed fitimages (and signed u-boot
> scripts).
> 
> Signed-off-by: Heiko Schocher <hs@denx.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig
index d4c08f1941..e03c971b5e 100644
--- a/configs/socrates_defconfig
+++ b/configs/socrates_defconfig
@@ -16,7 +16,9 @@  CONFIG_L2_CACHE=y
 CONFIG_ENABLE_36BIT_PHYS=y
 CONFIG_SYS_MONITOR_LEN=786432
 CONFIG_FIT=y
+CONFIG_FIT_SIGNATURE=y
 CONFIG_FIT_VERBOSE=y
+CONFIG_LEGACY_IMAGE_FORMAT=y
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_SYS_MONITOR_BASE=0xFFF40000
 CONFIG_BOOTDELAY=1