Convert CONFIG_SYS_MAXARGS to Kconfig
This converts the following to Kconfig: CONFIG_SYS_MAXARGS Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -42,8 +42,4 @@
|
||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_SYS_MAXARGS
|
||||
#define CONFIG_SYS_MAXARGS 16
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_FALLBACKS_H */
|
||||
|
||||
Reference in New Issue
Block a user