From c58d51bf0e5b5f05c4779ae9f6ec7c5822d5bd4e Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 29 Mar 2013 07:19:17 +0100 Subject: [PATCH] zynq_common: Enable bootz command bootz command add option to enable booting zImages. Booting commands with external dtb: tftp 0x8000 zImage tftp 0x2A00000 devicetree.dtb tftp 0x2000000 uramdisk.image.gz bootz 0x8000 0x2000000 0x2A00000 Signed-off-by: Michal Simek --- include/configs/zynq_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/zynq_common.h b/include/configs/zynq_common.h index 9d7c5be0869..28948fb1bf0 100644 --- a/include/configs/zynq_common.h +++ b/include/configs/zynq_common.h @@ -288,6 +288,7 @@ #define CONFIG_FIT 1 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */ +#define CONFIG_CMD_BOOTZ #undef CONFIG_BOOTM_NETBSD /* FIXME this should be removed pretty soon */ -- 2.47.3