From 5fbfd1c29bce9446f7151ae514cfc71fba00cf3d Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 23 Apr 2012 06:31:16 +0000 Subject: [PATCH] mx6qsabrelite: Allow booting a zImage kernel Allow booting a zImage kernel. Cc: Jason Liu Signed-off-by: Fabio Estevam --- include/configs/mx6qsabrelite.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4