diff options
Diffstat (limited to 'include/configs/meson-gxbb-common.h')
-rw-r--r-- | include/configs/meson-gxbb-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h index 14dac4a7296..1b52cdaa47a 100644 --- a/include/configs/meson-gxbb-common.h +++ b/include/configs/meson-gxbb-common.h @@ -25,10 +25,6 @@ #define GICD_BASE 0xc4301000 #define GICC_BASE 0xc4302000 -/* Monitor Command Prompt */ -/* Console I/O Buffer Size */ -#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ - sizeof(CONFIG_SYS_PROMPT) + 16) #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE #define CONFIG_SYS_LONGHELP #define CONFIG_CMDLINE_EDITING |