From: Vagrant Cascadian Date: Tue, 5 Jan 2021 03:59:11 +0000 (+0000) Subject: bootz_and_raw_initrd X-Git-Tag: archive/raspbian/2021.01+dfsg-4+rpi1~1^2^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b78dd832297d34dd638cd1dc461207f80b340ddc;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 098009e61..5a9245985 100644 --- a/configs/nokia_rx51_defconfig +++ b/configs/nokia_rx51_defconfig @@ -59,3 +59,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