From 0647508d44075e47543bc48c4b3f6080e3bd8581 Mon Sep 17 00:00:00 2001 From: Christian Riesch Date: Sat, 19 Nov 2011 00:45:42 +0000 Subject: davinci_schmoogie: define CONFIG_MACH_TYPE for davinci_schmoogie board This patch fixes the build breakage for the davinci_schmoogie board. Signed-off-by: Christian Riesch Cc: Sergey Kubushyn Cc: Sandeep Paulraj --- include/configs/davinci_schmoogie.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/davinci_schmoogie.h') diff --git a/include/configs/davinci_schmoogie.h b/include/configs/davinci_schmoogie.h index 5eaa198..f4ddbeac 100644 --- a/include/configs/davinci_schmoogie.h +++ b/include/configs/davinci_schmoogie.h @@ -27,6 +27,9 @@ #define CONFIG_SYS_NAND_LARGEPAGE #define CONFIG_SYS_USE_NAND #define CONFIG_DISPLAY_CPUINFO +#define MACH_TYPE_SCHMOOGIE 1255 +#define CONFIG_MACH_TYPE MACH_TYPE_SCHMOOGIE + /*===================*/ /* SoC Configuration */ /*===================*/ -- cgit v1.1