From: Vagrant Cascadian Date: Tue, 9 Aug 2022 23:59:45 +0000 (+0100) Subject: bootz_and_raw_initrd X-Git-Tag: archive/raspbian/2024.01+dfsg-5+rpi1~3^2^2^2^2^2^2^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9fdb4511d88700e98a96ee35f64921c382ea2d78;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 309cf2826..d79f9ae10 100644 --- a/configs/nokia_rx51_defconfig +++ b/configs/nokia_rx51_defconfig @@ -84,3 +84,5 @@ CONFIG_SPLASH_SCREEN=y CONFIG_WATCHDOG_TIMEOUT_MSECS=31000 CONFIG_WDT=y # CONFIG_GZIP is not set +CONFIG_CMD_BOOTZ=y +CONFIG_SUPPORT_RAW_INITRD=y