[U-Boot] [PATCH 2/3] tegra: enable bootz command
Stephen Warren
swarren at wwwdotorg.org
Wed Jun 13 21:55:11 CEST 2012
From: Stephen Warren <swarren at nvidia.com>
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 <swarren at nvidia.com>
---
include/configs/tegra2-common.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h
index 8393901..74f1140 100644
--- a/include/configs/tegra2-common.h
+++ b/include/configs/tegra2-common.h
@@ -195,4 +195,5 @@
#define CONFIG_TEGRA_GPIO
#define CONFIG_CMD_GPIO
#define CONFIG_CMD_ENTERRCM
+#define CONFIG_CMD_BOOTZ
#endif /* __TEGRA2_COMMON_H */
--
1.7.0.4
More information about the U-Boot
mailing list