mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-28 18:11:42 +02:00
Blackfin: increase default console size
The default console size indirectly applies to length of env vars, so a smaller length makes it hard to pass longer command lines to kernels. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
caa00e4516
commit
dfc703fac5
@ -120,11 +120,7 @@
|
|||||||
# define CONFIG_SYS_PROMPT "bfin> "
|
# define CONFIG_SYS_PROMPT "bfin> "
|
||||||
#endif
|
#endif
|
||||||
#ifndef CONFIG_SYS_CBSIZE
|
#ifndef CONFIG_SYS_CBSIZE
|
||||||
# ifdef CONFIG_CMD_KGDB
|
# define CONFIG_SYS_CBSIZE 1024
|
||||||
# define CONFIG_SYS_CBSIZE 1024
|
|
||||||
# else
|
|
||||||
# define CONFIG_SYS_CBSIZE 256
|
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
#ifndef CONFIG_SYS_BARGSIZE
|
#ifndef CONFIG_SYS_BARGSIZE
|
||||||
# define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
# define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user