diff options
Diffstat (limited to 'include/configs/10m50_devboard.h')
-rw-r--r-- | include/configs/10m50_devboard.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/10m50_devboard.h b/include/configs/10m50_devboard.h index d15cc44e78d..940a1b5c218 100644 --- a/include/configs/10m50_devboard.h +++ b/include/configs/10m50_devboard.h @@ -80,9 +80,6 @@ #define CONFIG_SYS_LONGHELP /* Provide extended help */ #define CONFIG_SYS_MAXARGS 16 /* Max command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Bootarg buf size */ -#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ - sizeof(CONFIG_SYS_PROMPT) + \ - 16) /* Print buf size */ #define CONFIG_SYS_LOAD_ADDR 0xcc000000 /* Half of RAM */ #define CONFIG_LOADADDR CONFIG_SYS_LOAD_ADDR #define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE |