diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-10-24 09:44:26 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-10-26 16:28:08 +0200 |
commit | c14ab2ae13113d7d05dd8f95fbc7423ab5f2338d (patch) | |
tree | b155babb36bdf5f889b1999ce37aa54cc4ff77ec /include/configs/mx53loco.h | |
parent | e00c89df0605037d417fdb4021d2334bc191beb1 (diff) |
mx53loco: Allow booting a zImage kernel
Allow booting a zImage kernel.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx53loco.h')
-rw-r--r-- | include/configs/mx53loco.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 9e8f5ce3c85..f2384f30bc6 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -104,6 +104,7 @@ /* Command definition */ #include <config_cmd_default.h> +#define CONFIG_CMD_BOOTZ #undef CONFIG_CMD_IMLS |