mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
Convert CONFIG_SYS_PBSIZE to Kconfig
This converts the following to Kconfig: CONFIG_SYS_PBSIZE Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
cf493582f8
commit
d0ee7f295d
1035 changed files with 981 additions and 113 deletions
|
@ -38,8 +38,4 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_SYS_PBSIZE
|
||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_FALLBACKS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue