summaryrefslogtreecommitdiffstats
path: root/include/configs/smdkv310.h
diff options
context:
space:
mode:
authorChander Kashyap <chander.kashyap@linaro.org>2011-09-20 21:25:01 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-11-03 22:56:20 +0100
commitb3c5a49b0ecf41b244c835efcabe80952b8f4e09 (patch)
tree0533ae313ff332048c75763cbc627b86108d75db /include/configs/smdkv310.h
parenta2ee7f07fa5c72e739abfaaeab4e6bad61570ba7 (diff)
downloadtalos-obmc-uboot-b3c5a49b0ecf41b244c835efcabe80952b8f4e09.tar.gz
talos-obmc-uboot-b3c5a49b0ecf41b244c835efcabe80952b8f4e09.zip
SMDKV310: Initialize board id using CONFIG_MACH_TYPE
Use CONFIG_MACH_TYPE generic macro to initialize board id. Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/smdkv310.h')
-rw-r--r--include/configs/smdkv310.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/smdkv310.h b/include/configs/smdkv310.h
index 59c9fdb195..d59c784e94 100644
--- a/include/configs/smdkv310.h
+++ b/include/configs/smdkv310.h
@@ -37,6 +37,9 @@
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
+/* Mach Type */
+#define CONFIG_MACH_TYPE MACH_TYPE_SMDKV310
+
/* Keep L2 Cache Disabled */
#define CONFIG_L2_OFF 1
OpenPOWER on IntegriCloud