diff options
Diffstat (limited to 'include/configs/iconnect.h')
-rw-r--r-- | include/configs/iconnect.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/iconnect.h b/include/configs/iconnect.h index 0ea6fcb82c..633941b7dd 100644 --- a/include/configs/iconnect.h +++ b/include/configs/iconnect.h @@ -17,6 +17,11 @@ #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ /* + * Machine type + */ +#define CONFIG_MACH_TYPE MACH_TYPE_ICONNECT + +/* * Compression configuration */ #define CONFIG_BZIP2 |