From aa0b739aed8df5c2b37f44a9c74deed3529b48c2 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 10 Oct 2021 05:20:52 +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 981e6f95c..18f4496f3 100644 --- a/configs/nokia_rx51_defconfig +++ b/configs/nokia_rx51_defconfig @@ -71,3 +71,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 -- 2.30.2