From: Vagrant Cascadian Date: Wed, 30 Apr 2025 23:19:02 +0000 (+0200) Subject: bootz_and_raw_initrd X-Git-Tag: archive/raspbian/2021.01+dfsg-5+rpi1+deb11u1^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e8da125cc9cb3735b70a40097ec06d263227cd25;p=u-boot.git bootz_and_raw_initrd Enable booting of zImage/vmlinuz and initrd without requiring the use of mkimage to create uImage/uInitrd. Gbp-Pq: Topic n900 Gbp-Pq: Name bootz_and_raw_initrd.patch --- diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig index d0c892952..1bb2fe17b 100644 --- a/configs/nokia_rx51_defconfig +++ b/configs/nokia_rx51_defconfig @@ -62,3 +62,5 @@ CONFIG_CFB_CONSOLE_ANSI=y # CONFIG_VGA_AS_SINGLE_DEVICE is not set CONFIG_SPLASH_SCREEN=y # CONFIG_GZIP is not set +CONFIG_CMD_BOOTZ=y +CONFIG_SUPPORT_RAW_INITRD=y