]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tegra: enable bootz command
authorStephen Warren <swarren@nvidia.com>
Wed, 13 Jun 2012 09:55:11 +0000 (09:55 +0000)
committerAlbert ARIBAUD (U-Boot) <uboot@lilith.(none)>
Mon, 9 Jul 2012 20:44:34 +0000 (22:44 +0200)
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>
include/configs/tegra2-common.h

index f61fb5a5811d5c1d77e15f2db079c2ae12603ce4..680776270b10ca399c926c774b7c4adc9b06d3b6 100644 (file)
 #define CONFIG_TEGRA_GPIO
 #define CONFIG_CMD_GPIO
 #define CONFIG_CMD_ENTERRCM
+#define CONFIG_CMD_BOOTZ
 #endif /* __TEGRA2_COMMON_H */