diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-09-23 02:50:51 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-30 22:01:05 +0200 |
commit | db545e49b7981b1db574183513e64115503b2693 (patch) | |
tree | 6d6a449e6999cb2d303a6df5395c8814a9a25ff1 /include | |
parent | e6ec1761cd3c88631dd3d4e9e688e9abdf472cc9 (diff) | |
download | u-boot-imx-db545e49b7981b1db574183513e64115503b2693.zip u-boot-imx-db545e49b7981b1db574183513e64115503b2693.tar.gz u-boot-imx-db545e49b7981b1db574183513e64115503b2693.tar.bz2 |
vision2: Place machine ID into board config
Let common code set the machine ID.
Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/vision2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/vision2.h b/include/configs/vision2.h index b5c7357..d95c0ba 100644 --- a/include/configs/vision2.h +++ b/include/configs/vision2.h @@ -41,6 +41,8 @@ #define CONFIG_INITRD_TAG #define BOARD_LATE_INIT +#define CONFIG_MACH_TYPE MACH_TYPE_TTC_VISION2 + /* * Size of malloc() pool */ |