From: Vagrant Cascadian Date: Wed, 8 Jul 2020 23:29:02 +0000 (+0100) Subject: bootz_and_raw_initrd X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0e3f7c9dd61e2925094e6d6c5a072d59d4ef704a;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 61921e568..a75f21d62 100644 --- a/configs/nokia_rx51_defconfig +++ b/configs/nokia_rx51_defconfig @@ -58,3 +58,5 @@ CONFIG_VIDEO=y CONFIG_CFB_CONSOLE_ANSI=y # CONFIG_VGA_AS_SINGLE_DEVICE is not set # CONFIG_GZIP is not set +CONFIG_CMD_BOOTZ=y +CONFIG_SUPPORT_RAW_INITRD=y