From 57571947e3702d4f3efa81edef0fa6f5a24b3fcb Mon Sep 17 00:00:00 2001 From: Sir Richard Date: Tue, 23 Nov 2010 16:44:59 +0000 Subject: [PATCH] [ARMLLB]: Add the MACHINE_TYPE code for the ZOOM2, based on the standard machtype definitions maintained by the various boot loader communities. svn path=/trunk/; revision=49738 --- reactos/boot/armllb/inc/machtype.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reactos/boot/armllb/inc/machtype.h b/reactos/boot/armllb/inc/machtype.h index 10ecfafeffb..9c76f4c1282 100644 --- a/reactos/boot/armllb/inc/machtype.h +++ b/reactos/boot/armllb/inc/machtype.h @@ -24,4 +24,9 @@ // #define MACH_TYPE_OMAP3_BEAGLE 1546 +// +// LogicPD ZOOM-II MDK Board, OMAP3530 SoC +// +#define MACH_TYPE_OMAP_ZOOM2 1967 + /* EOF */ \ No newline at end of file