]> git.sur5r.net Git - u-boot/blobdiff - include/config_fallbacks.h
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
[u-boot] / include / config_fallbacks.h
index 76818f673f2810c69520067a7a10e2b34ed4515a..508db5626bbeb9fa533ce2ee0ee3731e664659d5 100644 (file)
@@ -79,8 +79,8 @@
 #define CONFIG_SYS_PROMPT      "=> "
 #endif
 
-#ifndef CONFIG_SYS_HZ
-#define CONFIG_SYS_HZ          1000
+#ifndef CONFIG_SYS_PBSIZE
+#define CONFIG_SYS_PBSIZE      (CONFIG_SYS_CBSIZE + 128)
 #endif
 
 #ifndef CONFIG_FIT_SIGNATURE