ARM: add back in KS8695 based OpenGear board entries

As of linux-3.7-rc1 configuring to build for the Micrel KS8695 based
OpenGear board types will result in a build failure:

  CC      arch/arm/mach-ks8695/board-og.o
arch/arm/mach-ks8695/board-og.c:142: error: ‘MACH_TYPE_CM4002’ undeclared here (not in a function)
arch/arm/mach-ks8695/board-og.c:154: error: ‘MACH_TYPE_CM4008’ undeclared here (not in a function)
arch/arm/mach-ks8695/board-og.c:166: error: ‘MACH_TYPE_CM41XX’ undeclared here (not in a function)
arch/arm/mach-ks8695/board-og.c:178: error: ‘MACH_TYPE_IM4004’ undeclared here (not in a function)
arch/arm/mach-ks8695/board-og.c:190: error: ‘MACH_TYPE_IM42XX’ undeclared here (not in a function)

Add the removed OpenGear board IDs back into the mach-types file.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
1 file changed