diff options
| author | Fabio Estevam <[email protected]> | 2012-04-23 06:31:16 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-05-15 08:31:31 +0200 |
| commit | 5fbfd1c29bce9446f7151ae514cfc71fba00cf3d (patch) | |
| tree | b41c31b3fcc31341a0dd1ce45b2cc2fa53032887 /include | |
| parent | 34990e12063a27144d0dcf95aa1b07d3200d1349 (diff) | |
mx6qsabrelite: Allow booting a zImage kernel
Allow booting a zImage kernel.
Cc: Jason Liu <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -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 3f7e51d877c..492c618df8c 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 |
