powerpc conf: Add PRINTF_BUFR_SIZE option to Book-E configs
Without this, printf is very hard to follow at times on multicore systems.
This commit is contained in:
parent
b793c8ab28
commit
8d67357c5c
@ -47,6 +47,7 @@ options MSDOSFS
|
||||
options NFS_ROOT
|
||||
options NFSCL
|
||||
options NFSLOCKD
|
||||
options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
|
||||
options PROCFS
|
||||
options PSEUDOFS
|
||||
options SCHED_ULE
|
||||
|
@ -47,6 +47,7 @@ options MSDOSFS
|
||||
options NFS_ROOT
|
||||
options NFSCL
|
||||
options NFSLOCKD
|
||||
options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
|
||||
options PROCFS
|
||||
options PSEUDOFS
|
||||
options SCHED_ULE
|
||||
|
Loading…
Reference in New Issue
Block a user