From: Vagrant Cascadian Date: Tue, 7 Apr 2015 20:42:30 +0000 (+0000) Subject: n900-bootz-raw-initrd X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1~1^2^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dae6272e7313f44e555cad277201bb3ee29d4b36;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 982b689f3..8e1581e6c 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -135,6 +135,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 */