Author: sir_richard Date: Tue Nov 23 16:44:59 2010 New Revision: 49738
URL: http://svn.reactos.org/svn/reactos?rev=49738&view=rev Log: [ARMLLB]: Add the MACHINE_TYPE code for the ZOOM2, based on the standard machtype definitions maintained by the various boot loader communities.
Modified: trunk/reactos/boot/armllb/inc/machtype.h
Modified: trunk/reactos/boot/armllb/inc/machtype.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/armllb/inc/machtype.h?... ============================================================================== --- trunk/reactos/boot/armllb/inc/machtype.h [iso-8859-1] (original) +++ trunk/reactos/boot/armllb/inc/machtype.h [iso-8859-1] Tue Nov 23 16:44:59 2010 @@ -24,4 +24,9 @@ // #define MACH_TYPE_OMAP3_BEAGLE 1546
+// +// LogicPD ZOOM-II MDK Board, OMAP3530 SoC +// +#define MACH_TYPE_OMAP_ZOOM2 1967 + /* EOF */