commit | a0f4711b7c9820a29a72ddbf8e17b25c91b80a06 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu Sep 22 08:07:17 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Sep 30 22:01:04 2011 +0200 |
tree | f2ec4807853d85c22996e789c3c46dc1a1056779 | |
parent | a5a2a56ba473f4d781edd3ada4f6ef92abb12b6a [diff] [blame] |
imx31_litekit: Place machine ID into board config Let common code set the machine ID. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h index 2a02b3d..5e976bc 100644 --- a/include/configs/imx31_litekit.h +++ b/include/configs/imx31_litekit.h
@@ -41,6 +41,8 @@ #define CONFIG_SYS_TEXT_BASE 0xa0000000 +#define CONFIG_MACH_TYPE MACH_TYPE_MX31LITE + /* Temporarily disabled */ #if 0 #define CONFIG_OF_LIBFDT 1