From: Stephen Warren Date: Wed, 13 Jun 2012 09:55:11 +0000 (+0000) Subject: tegra: enable bootz command X-Git-Tag: v2012.07-rc1~2^2~1 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=dd8ab953444798a5a34360f962bbbc42ba835af9;p=karo-tx-uboot.git tegra: enable bootz command bootz is just like bootm, except that it can boot a raw zImage, without requiring it to be wrapped inside a uImage. Signed-off-by: Stephen Warren Signed-off-by: Tom Warren --- diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h index f61fb5a581..680776270b 100644 --- a/include/configs/tegra2-common.h +++ b/include/configs/tegra2-common.h @@ -194,4 +194,5 @@ #define CONFIG_TEGRA_GPIO #define CONFIG_CMD_GPIO #define CONFIG_CMD_ENTERRCM +#define CONFIG_CMD_BOOTZ #endif /* __TEGRA2_COMMON_H */