diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-06-13 09:55:11 +0000 |
---|---|---|
committer | Albert ARIBAUD (U-Boot) <uboot@lilith.(none)> | 2012-07-09 22:44:34 +0200 |
commit | dd8ab953444798a5a34360f962bbbc42ba835af9 (patch) | |
tree | d4057cbb384214487b59ad9daaee522ba977a634 /include/configs/tegra2-common.h | |
parent | 8b3f7bf7ec95816a7d2f89331e8877a351b3ec7c (diff) | |
download | blackbird-obmc-uboot-dd8ab953444798a5a34360f962bbbc42ba835af9.tar.gz blackbird-obmc-uboot-dd8ab953444798a5a34360f962bbbc42ba835af9.zip |
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>
Diffstat (limited to 'include/configs/tegra2-common.h')
-rw-r--r-- | 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 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 */ |