]> git.sur5r.net Git - u-boot/blobdiff - include/configs/sun5i.h
imx: ventana: config: enable EXT4 filesystem read/write support
[u-boot] / include / configs / sun5i.h
index 7b683e9c8908394e56072d545f873d0e5f798c6a..e0470d4282c9cf086631f606419d005917afee07 100644 (file)
 /*
  * High Level Configuration Options
  */
-#define CONFIG_SUN5I           /* sun5i SoC generation */
-#define CONFIG_CLK_FULL_SPEED          1008000000
-
-#define CONFIG_SYS_PROMPT              "sun5i# "
-#define CONFIG_MACH_TYPE               4138
 
 #ifdef CONFIG_USB_EHCI
 #define CONFIG_USB_EHCI_SUNXI
@@ -27,4 +22,6 @@
  */
 #include <configs/sunxi-common.h>
 
+#define CONFIG_MACH_TYPE       (4138 | ((CONFIG_MACH_TYPE_COMPAT_REV) << 28))
+
 #endif /* __CONFIG_H */