Commit dd8ab953444798a5a34360f962bbbc42ba835af9

Authored by Stephen Warren
Committed by Albert ARIBAUD (U-Boot)
1 parent 8b3f7bf7ec

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 <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/configs/tegra2-common.h
... ... @@ -194,5 +194,6 @@
194 194 #define CONFIG_TEGRA_GPIO
195 195 #define CONFIG_CMD_GPIO
196 196 #define CONFIG_CMD_ENTERRCM
  197 +#define CONFIG_CMD_BOOTZ
197 198 #endif /* __TEGRA2_COMMON_H */