9
0
Fork 0
barebox/include/configs/linux.h

6 lines
171 B
C

#ifndef __CONFIG_H
#define __CONFIG_H
#define CFG_CBSIZE 1024
#define CFG_PBSIZE (CFG_CBSIZE+sizeof(CONFIG_PROMPT)+16)
#endif /* __CONFIG_H */