From 262daeb517389a0a557053b19b788e6a6524259d Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 22 Dec 2016 04:44:44 +0000 Subject: [PATCH] n900-bootz-raw-initrd Enable booting of zImage/vmlinuz and initrd without requiring the use of mkimage to create uImage/uInitrd. Gbp-Pq: Name n900-bootz-raw-initrd.diff --- include/configs/nokia_rx51.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index d1230a56f..0fb20754a 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -122,6 +122,9 @@ #define CONFIG_CMD_BOOTMENU /* ANSI terminal Boot Menu */ #define CONFIG_CMD_CLEAR /* ANSI terminal clear screen command */ +#define CONFIG_CMD_BOOTZ /* boot zImage */ +#define CONFIG_SUPPORT_RAW_INITRD + #ifdef ONENAND_SUPPORT #define CONFIG_CMD_ONENAND /* ONENAND support */ -- 2.30.2