From 7c1f2f91b16c7d57803bf15d4e9b273eab5a30d4 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sat, 20 Apr 2019 00:43:08 +0100 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 453dd32fb..9114da5a4 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -140,6 +140,9 @@ #define PART6_OFFS 0x004c0000 #define PART6_MASK 0x00000000 +#define CONFIG_CMD_BOOTZ /* boot zImage */ +#define CONFIG_SUPPORT_RAW_INITRD + #ifdef ONENAND_SUPPORT #define CONFIG_SYS_ONENAND_BASE ONENAND_MAP -- 2.30.2