From db545e49b7981b1db574183513e64115503b2693 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Fri, 23 Sep 2011 02:50:51 +0000 Subject: vision2: Place machine ID into board config Let common code set the machine ID. Cc: Stefano Babic Signed-off-by: Fabio Estevam Acked-by: Stefano Babic --- include/configs/vision2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs') 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 */ -- cgit v1.1