From: Fabio Estevam <[email protected]> Allow booting a zImage kernel.
Signed-off-by: Fabio Estevam <[email protected]> --- include/configs/mx25pdk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index bd000a7..1dddf50 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -83,6 +83,7 @@ /* U-Boot commands */ #include <config_cmd_default.h> +#define CONFIG_CMD_BOOTZ #define CONFIG_CMD_CACHE /* Ethernet */ -- 1.7.9.5 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

