From 3370814c37fafce512c7009b4042b0a3fc23a2a5 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sat, 29 Aug 2020 00:35:40 +0100 Subject: [PATCH] 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 --- configs/nokia_rx51_defconfig | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2