]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq_common: Enable bootz command
authorMichal Simek <michal.simek@xilinx.com>
Fri, 29 Mar 2013 06:19:17 +0000 (07:19 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 29 Mar 2013 06:19:30 +0000 (07:19 +0100)
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 <michal.simek@xilinx.com>
include/configs/zynq_common.h

index 9d7c5be0869ad47a7fc9b84722081932c8828a8a..28948fb1bf0cc4fc12cdb7033ceb9e7cfe7aa2c5 100644 (file)
 #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 */