projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b3f7bf
)
tegra: enable bootz command
author
Stephen Warren
<swarren@nvidia.com>
Wed, 13 Jun 2012 09:55:11 +0000
(09:55 +0000)
committer
Albert 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
patch
|
blob
|
history
diff --git
a/include/configs/tegra2-common.h
b/include/configs/tegra2-common.h
index f61fb5a5811d5c1d77e15f2db079c2ae12603ce4..680776270b10ca399c926c774b7c4adc9b06d3b6 100644
(file)
--- 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 */