diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-09-22 08:07:16 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-30 22:01:04 +0200 |
commit | da3598ac7a6e61f86fdb640fcc8c12c43c76b3de (patch) | |
tree | 6048a1922762aed52a54c70cf28c1d7fc819fdf1 /include/configs/mx31ads.h | |
parent | f39c008e924341fac899a352f7f6e83325893aee (diff) |
mx31ads: Place machine ID into board config
Let common code set the machine ID.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx31ads.h')
-rw-r--r-- | include/configs/mx31ads.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h index adb2ee1ce9a..0bea8589b6c 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. |