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:
Tom Rini 2022-05-11 17:38:09 -04:00
parent cf493582f8
commit d0ee7f295d
1035 changed files with 981 additions and 113 deletions

View file

@ -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 */