[U-Boot] [PATCH 1/5] mx53loco: Allow booting a zImage kernel

Robert Nelson robertcnelson at gmail.com
Thu Oct 25 04:07:48 CEST 2012


On Wed, Oct 24, 2012 at 2:44 PM, Fabio Estevam <festevam at gmail.com> wrote:
> From: Fabio Estevam <fabio.estevam at freescale.com>
>
> Allow booting a zImage kernel.
>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> ---
>  include/configs/mx53loco.h |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
> index 0658dd3..25672c0 100644
> --- a/include/configs/mx53loco.h
> +++ b/include/configs/mx53loco.h
> @@ -103,6 +103,7 @@
>
>  /* Command definition */
>  #include <config_cmd_default.h>
> +#define CONFIG_CMD_BOOTZ

Fabio,

Any thoughts on also enabling "define CONFIG_SUPPORT_RAW_INITRD" at
the same time, otherwise you'd still have to run mkimage on the other
half "initrd.img-$(uname -r)" when using booting an initramfs with
your main kernel image..

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/


More information about the U-Boot mailing list