summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2011-07-03 23:00:20 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-03 22:40:45 +0200
commit221a0666db6fd127f0a82d7e036c7709a9094d19 (patch)
tree7751be014e66e1a2d3b9686b95b7e69d79d77bb0 /include
parentf37586bb14a338c03f6085b8b3ceec5f6d9e9313 (diff)
downloadblackbird-obmc-uboot-221a0666db6fd127f0a82d7e036c7709a9094d19.tar.gz
blackbird-obmc-uboot-221a0666db6fd127f0a82d7e036c7709a9094d19.zip
arm: nvidia and smdk6400: use common code for machine type
NVIDIA boards and Samsung SMDK6400 already use a local variant of CONFIG_MACH_TYPE option. Switch to use the new common code. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'include')
-rw-r--r--include/configs/smdk6400.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/smdk6400.h b/include/configs/smdk6400.h
index c9acf5815f..d175ed6b36 100644
--- a/include/configs/smdk6400.h
+++ b/include/configs/smdk6400.h
@@ -65,7 +65,7 @@
/*
* Architecture magic and machine type
*/
-#define MACH_TYPE 1270
+#define CONFIG_MACH_TYPE 1270
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
OpenPOWER on IntegriCloud