From c338f0b5c60d3b133139539fdfc39d2f2cb29b06 Mon Sep 17 00:00:00 2001 From: Eric Nelson Date: Sun, 4 Mar 2012 10:51:36 +0000 Subject: [PATCH] i.MX6: mx6qsabrelite: add MACH_TYPE_MX6Q_SABRELITE Allow non-dt kernels to boot Signed-off-by: Troy Kisky --- include/configs/mx6qsabrelite.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index a1a2267..8bc8a83 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -28,6 +28,8 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO +#define CONFIG_MACH_TYPE 3769 + #include #define CONFIG_CMDLINE_TAG -- 2.7.4