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 | |
| parent | 2dc0fe9eac8e4b37c6d06c7ec38163fae20cb79a (diff) | |
| download | olio-uboot-2014.01-0d56a120a304bf0efde0eb01fa7c8e70a9feeaa0.tar.xz olio-uboot-2014.01-0d56a120a304bf0efde0eb01fa7c8e70a9feeaa0.zip | |
mx51evk: Allow booting a zImage kernel
Allow booting a zImage kernel.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
| -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 d3edcba19..8cf59fe87 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 |