summaryrefslogtreecommitdiffstats
path: root/include/configs/vision2.h
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2011-10-27 14:30:27 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-11-03 22:56:19 +0100
commit1cf820f195a0adbfdb9d52481b56d9838618f6e9 (patch)
tree25f2444b68f8d9c2e5fd0b39df1a4e8ab0aa8244 /include/configs/vision2.h
parentae27cdc648af186a25fc667cc1cbc4927927529b (diff)
downloadblackbird-obmc-uboot-1cf820f195a0adbfdb9d52481b56d9838618f6e9.tar.gz
blackbird-obmc-uboot-1cf820f195a0adbfdb9d52481b56d9838618f6e9.zip
MX51: vision2: add MACH_TYPE in config file
Add the MACH type to the configuration file. Maybe the board will be not pushed into linux ML, but it remains compatible with older kernels. Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/vision2.h')
-rw-r--r--include/configs/vision2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/vision2.h b/include/configs/vision2.h
index 2d020ca830..29ef5411a9 100644
--- a/include/configs/vision2.h
+++ b/include/configs/vision2.h
@@ -41,6 +41,9 @@
#define CONFIG_INITRD_TAG
#define CONFIG_BOARD_LATE_INIT
+#ifndef MACH_TYPE_TTC_VISION2
+#define MACH_TYPE_TTC_VISION2 2775
+#endif
#define CONFIG_MACH_TYPE MACH_TYPE_TTC_VISION2
/*
OpenPOWER on IntegriCloud