sunxi: Kconfig: use SoC-wide values for some symbols
[platform/kernel/u-boot.git] / cmd / Kconfig
index 49247a4..16030e3 100644 (file)
@@ -86,6 +86,7 @@ config SYS_CBSIZE
 
 config SYS_PBSIZE
        int "Buffer size for console output"
+       default 1024 if ARCH_SUNXI
        default 1044
 
 config SYS_XTRACE