
1 Mar
2012
1 Mar
'12
10:30 p.m.
On 03/01/2012 02:13 PM, Troy Kisky wrote:
ventana uses board/nvidia/seaboard/seaboard.c which uses machine_is_ventana.
diff --git a/include/configs/ventana.h b/include/configs/ventana.h
+#define CONFIG_MACH_VENTANA
It'd be nice not to have to do this; that header already does:
#define CONFIG_MACH_TYPE MACH_TYPE_VENTANA
Can't the code key off that? Otherwise, any use of machine_is_xxx() will be very error-prone, since CONFIG_MACH_XXX has to be manually defined, and people will forget.
--
nvpublic