summaryrefslogtreecommitdiffstats
path: root/include/configs/VCMA9.h
diff options
context:
space:
mode:
authorDavid Müller (ELSOFT AG) <d.mueller@elsoft.ch>2011-10-31 01:22:06 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-11-08 09:18:23 +0100
commitc686537f34268ffd6d87e3b8b14d1118b221a995 (patch)
tree02c46059977a3bb4c0d38bee72b5fa6eee6c4805 /include/configs/VCMA9.h
parent5721385b187b3154c7768e6c182501022f4e2e45 (diff)
downloadtalos-obmc-uboot-c686537f34268ffd6d87e3b8b14d1118b221a995.tar.gz
talos-obmc-uboot-c686537f34268ffd6d87e3b8b14d1118b221a995.zip
ARM: re-add MACH_TYPE_XXXXXX for VCMA9 board and add CONFIG_MACH_TYPE
Signed-off-by: David Mueller <d.mueller@elsoft.ch>
Diffstat (limited to 'include/configs/VCMA9.h')
-rw-r--r--include/configs/VCMA9.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h
index 8b8113df51..a370c150b2 100644
--- a/include/configs/VCMA9.h
+++ b/include/configs/VCMA9.h
@@ -29,6 +29,9 @@
#ifndef __CONFIG_H
#define __CONFIG_H
+
+#define MACH_TYPE_MPL_VCMA9 227
+
/*
* High Level Configuration Options
* (easy to change)
@@ -37,6 +40,7 @@
#define CONFIG_S3C24X0 /* in a SAMSUNG S3C24x0-type SoC */
#define CONFIG_S3C2410 /* specifically a SAMSUNG S3C2410 SoC */
#define CONFIG_VCMA9 /* on a MPL VCMA9 Board */
+#define CONFIG_MACH_TYPE MACH_TYPE_MPL_VCMA9 /* Machine type */
#define CONFIG_SYS_TEXT_BASE 0x0
OpenPOWER on IntegriCloud