From 6059bdb96dd7ee58da2a7be6a0b8d6a695b30ec6 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 22 Jan 2021 04:36:56 +0000 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 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 -- 2.30.2