diff options
| author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-10-24 09:44:30 +0000 |
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2012-10-26 16:28:08 +0200 |
| commit | ea215cdfd00b6bb8e39e163b105d12ddd6a9cdfa (patch) | |
| tree | 86ae7f88c6f615e6ba764d2b7558247027bde1b0 | |
| parent | ee303c964b6e43f79244f9b1f947fe8a8aecf9f7 (diff) | |
| download | olio-uboot-2014.01-ea215cdfd00b6bb8e39e163b105d12ddd6a9cdfa.tar.xz olio-uboot-2014.01-ea215cdfd00b6bb8e39e163b105d12ddd6a9cdfa.zip | |
mx6qsabre_common: Allow booting a zImage kernel
Allow booting a zImage kernel.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
| -rw-r--r-- | include/configs/mx6qsabre_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h index bfb9cd468..fa38d791d 100644 --- a/include/configs/mx6qsabre_common.h +++ b/include/configs/mx6qsabre_common.h @@ -72,6 +72,7 @@ /* Command definition */ #include <config_cmd_default.h> +#define CONFIG_CMD_BOOTZ #undef CONFIG_CMD_IMLS #define CONFIG_BOOTDELAY 3 |