From da3598ac7a6e61f86fdb640fcc8c12c43c76b3de Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Thu, 22 Sep 2011 08:07:16 +0000 Subject: mx31ads: Place machine ID into board config Let common code set the machine ID. Signed-off-by: Fabio Estevam --- include/configs/mx31ads.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/mx31ads.h') diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h index adb2ee1..0bea858 100644 --- a/include/configs/mx31ads.h +++ b/include/configs/mx31ads.h @@ -35,6 +35,8 @@ #define CONFIG_SYS_TEXT_BASE 0xA0000000 +#define CONFIG_MACH_TYPE MACH_TYPE_MX31ADS + /* * Disabled for now due to build problems under Debian and a significant increase * in the final file size: 144260 vs. 109536 Bytes. -- cgit v1.1