diff options
| author | Fabio Estevam <[email protected]> | 2011-09-22 08:07:19 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-09-30 22:01:04 +0200 |
| commit | 9df82896c5cbd896ceb78af49d061221ced959e8 (patch) | |
| tree | bdbf06e13fdc0c30a0160b639e6186437fb9fb22 /include | |
| parent | 4cd300ef1636173d7a1e4bcac1dfd482f813c2ab (diff) | |
mx53loco: Place machine ID into board config
Let common code set the machine ID.
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Jason Liu <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mx53loco.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index cfb38a5673a..4091703732e 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -30,6 +30,8 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO +#define CONFIG_MACH_TYPE MACH_TYPE_MX53_LOCO + #include <asm/arch/imx-regs.h> #define CONFIG_CMDLINE_TAG |
