summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2016-11-16 14:51:22 +0100
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-03-09 01:40:06 +0100
commit2a5209fbb0c0ec4efde028cdb136a486fae89414 (patch)
treec2c36fa4737fe8eb4e926d938a1cff8ffb9736ad /include
parentb71203cc75de868432c97a6f338ec255660280f3 (diff)
sun6i: Add MACH_TYPE
Diffstat (limited to 'include')
-rw-r--r--include/configs/sun6i.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sun6i.h b/include/configs/sun6i.h
index 49cf92df94..0cd7ccd461 100644
--- a/include/configs/sun6i.h
+++ b/include/configs/sun6i.h
@@ -34,4 +34,6 @@
*/
#include <configs/sunxi-common.h>
+# define CONFIG_MACH_TYPE (3892 | ((CONFIG_MACH_TYPE_COMPAT_REV) << 28))
+
#endif /* __CONFIG_H */