diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-04-23 06:31:16 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 08:31:31 +0200 |
commit | 5fbfd1c29bce9446f7151ae514cfc71fba00cf3d (patch) | |
tree | b41c31b3fcc31341a0dd1ce45b2cc2fa53032887 | |
parent | 34990e12063a27144d0dcf95aa1b07d3200d1349 (diff) | |
download | u-boot-imx-5fbfd1c29bce9446f7151ae514cfc71fba00cf3d.zip u-boot-imx-5fbfd1c29bce9446f7151ae514cfc71fba00cf3d.tar.gz u-boot-imx-5fbfd1c29bce9446f7151ae514cfc71fba00cf3d.tar.bz2 |
mx6qsabrelite: Allow booting a zImage kernel
Allow booting a zImage kernel.
Cc: Jason Liu <r64343@freescale.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
-rw-r--r-- | include/configs/mx6qsabrelite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 3f7e51d..492c618 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -211,6 +211,7 @@ #endif #define CONFIG_OF_LIBFDT +#define CONFIG_CMD_BOOTZ #define CONFIG_SYS_DCACHE_OFF |