From: Vagrant Cascadian Date: Thu, 10 May 2018 20:24:57 +0000 (+0100) Subject: n900-bootz-raw-initrd X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9c86530a6c4ca27ac456a797ed6884db369f4ff1;p=u-boot.git 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 --- diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index 70bb5b6c2..596f75837 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -144,6 +144,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