diff options
author | Stefano Babic <sbabic@denx.de> | 2011-10-27 14:30:27 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-11-03 22:56:19 +0100 |
commit | 1cf820f195a0adbfdb9d52481b56d9838618f6e9 (patch) | |
tree | 25f2444b68f8d9c2e5fd0b39df1a4e8ab0aa8244 | |
parent | ae27cdc648af186a25fc667cc1cbc4927927529b (diff) | |
download | u-boot-imx-1cf820f195a0adbfdb9d52481b56d9838618f6e9.zip u-boot-imx-1cf820f195a0adbfdb9d52481b56d9838618f6e9.tar.gz u-boot-imx-1cf820f195a0adbfdb9d52481b56d9838618f6e9.tar.bz2 |
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>
-rw-r--r-- | include/configs/vision2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/vision2.h b/include/configs/vision2.h index 2d020ca..29ef541 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 /* |