From 44f074c771c4b70d250b0d7ed2f7513488c678bb Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 14 Mar 2012 21:52:45 +0000 Subject: BOOT: Add "bootz" command to boot Linux zImage on ARM This command boots Linux zImage from where the zImage is loaded to. Passing initrd and fdt is supported. Tested on i.MX28 based DENX M28EVK Tested on PXA270 based Voipac PXA270. NOTE: This currently only supports ARM, but other architectures can be easily added by defining bootz_setup(). Signed-off-by: Marek Vasut Cc: Tom Warren Cc: albert.u.boot@aribaud.net Cc: afleming@gmail.com, Cc: Simon Glass , Cc: Stephen Warren Cc: Nicolas Pitre Cc: Wolfgang Denk Cc: Detlev Zundel --- include/config_cmd_all.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index 9716f9cad..2c6b8295f 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -20,6 +20,7 @@ #define CONFIG_CMD_BEDBUG /* Include BedBug Debugger */ #define CONFIG_CMD_BMP /* BMP support */ #define CONFIG_CMD_BOOTD /* bootd */ +#define CONFIG_CMD_BOOTZ /* boot zImage */ #define CONFIG_CMD_BSP /* Board Specific functions */ #define CONFIG_CMD_CACHE /* icache, dcache */ #define CONFIG_CMD_CDP /* Cisco Discovery Protocol */ -- cgit v1.2.3