mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 15:12:21 +00:00
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>
This commit is contained in:
parent
8b3f7bf7ec
commit
dd8ab95344
1 changed files with 1 additions and 0 deletions
|
@ -194,4 +194,5 @@
|
|||
#define CONFIG_TEGRA_GPIO
|
||||
#define CONFIG_CMD_GPIO
|
||||
#define CONFIG_CMD_ENTERRCM
|
||||
#define CONFIG_CMD_BOOTZ
|
||||
#endif /* __TEGRA2_COMMON_H */
|
||||
|
|
Loading…
Reference in a new issue