]> git.sur5r.net Git - u-boot/blobdiff - include/configs/pxa255_idp.h
86xx: XPedite5170 board support
[u-boot] / include / configs / pxa255_idp.h
index d1c2c650c21e0fe11dc9cccc544580d957d654f4..2cae8ca9b39fbcdfd06c852e559495dc01b175b4 100644 (file)
@@ -68,6 +68,9 @@
 
 #undef CONFIG_USE_IRQ                  /* we don't need IRQ/FIQ stuff */
 
+/* we will never enable dcache, because we have to setup MMU first */
+#define CONFIG_SYS_NO_DCACHE
+
 /*
  * Size of malloc() pool
  */
 /*
  * select serial console configuration
  */
+#define CONFIG_PXA_SERIAL
 #define CONFIG_FFUART         1       /* we use FFUART on LUBBOCK */
 
 /* allow to overwrite serial and ethaddr */
 #define CONFIG_SYS_MEMTEST_START       0xa0400000      /* memtest works on     */
 #define CONFIG_SYS_MEMTEST_END         0xa0800000      /* 4 ... 8 MB in DRAM   */
 
-#undef CONFIG_SYS_CLKS_IN_HZ           /* everything, incl board info, in Hz */
-
 #define CONFIG_SYS_LOAD_ADDR           0xa0800000      /* default load address */
 
 #define CONFIG_SYS_HZ                  1000