include/configs: drop default definitions of CONFIG_SYS_PBSIZE
[oweals/u-boot.git] / include / configs / stm32f746-disco.h
index 3f5ddbc9facc3e14b09429db48e068a817e62655..ec0c2a65707b696eaf7b343b1d15862095be3a20 100644 (file)
 #define CONFIG_REVISION_TAG
 
 #define CONFIG_SYS_CBSIZE              1024
-#define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE \
-                                       + sizeof(CONFIG_SYS_PROMPT) + 16)
 
 #define CONFIG_SYS_MAXARGS             16
 #define CONFIG_SYS_MALLOC_LEN          (1 * 1024 * 1024)
 
-#define CONFIG_BOOTARGS                                                        \
-       "console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel"
 #define CONFIG_BOOTCOMMAND                                             \
        "run bootcmd_romfs"