From: Vagrant Cascadian Date: Mon, 10 Jul 2017 19:46:22 +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^2^2^2^2^2^2^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1b5a3ec953ffa304828584cbf6f2c16d87702f98;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 5e2d5991e..d1aa20622 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -102,6 +102,9 @@ #define CONFIG_CMDLINE_EDITING /* add command line history */ #define CONFIG_AUTO_COMPLETE /* add autocompletion support */ +#define CONFIG_CMD_BOOTZ /* boot zImage */ +#define CONFIG_SUPPORT_RAW_INITRD + #ifdef ONENAND_SUPPORT #define CONFIG_CMD_ONENAND /* ONENAND support */