diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-02 19:30:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-02 19:30:27 -0400 |
commit | a89302cc7908de36e949b02013ac05ce5ef8b354 (patch) | |
tree | 99a6cc5d9956e9219f7f802ab2f0f4d6a3b277e9 /include/configs/rcar-gen3-common.h | |
parent | ec7483e34ea932fb68267dc0b1de30be51f271c9 (diff) | |
parent | 9c552db619b2ab373dbf048714518c74c53e6c2b (diff) |
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'include/configs/rcar-gen3-common.h')
-rw-r--r-- | include/configs/rcar-gen3-common.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index 8da3e7a235..6c23249861 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -39,12 +39,12 @@ #define CONFIG_SH_GPIO_PFC /* console */ - +#define CONFIG_SYS_CBSIZE 2048 +#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_SYS_CBSIZE 256 -#define CONFIG_SYS_PBSIZE 256 -#define CONFIG_SYS_MAXARGS 16 -#define CONFIG_SYS_BARGSIZE 512 +#define CONFIG_SYS_MAXARGS 64 #define CONFIG_SYS_BAUDRATE_TABLE { 115200, 38400 } /* MEMORY */ |