diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-10-24 09:44:28 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-10-26 16:28:08 +0200 |
commit | 0d56a120a304bf0efde0eb01fa7c8e70a9feeaa0 (patch) | |
tree | 83edbf5374534fe443f2863c1af1d552ef28bff4 /include/configs | |
parent | 2dc0fe9eac8e4b37c6d06c7ec38163fae20cb79a (diff) | |
download | u-boot-imx-0d56a120a304bf0efde0eb01fa7c8e70a9feeaa0.zip u-boot-imx-0d56a120a304bf0efde0eb01fa7c8e70a9feeaa0.tar.gz u-boot-imx-0d56a120a304bf0efde0eb01fa7c8e70a9feeaa0.tar.bz2 |
mx51evk: Allow booting a zImage kernel
Allow booting a zImage kernel.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx51evk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index d3edcba..8cf59fe 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -144,7 +144,7 @@ ***********************************************************/ #include <config_cmd_default.h> - +#define CONFIG_CMD_BOOTZ #undef CONFIG_CMD_IMLS #define CONFIG_CMD_DATE |