diff options
-rw-r--r-- | include/config_fallbacks.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h index 6a6350e0a14..46b7a2a6f2b 100644 --- a/include/config_fallbacks.h +++ b/include/config_fallbacks.h @@ -85,6 +85,10 @@ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) #endif +#ifndef CONFIG_SYS_MAXARGS +#define CONFIG_SYS_MAXARGS 16 +#endif + #ifndef CONFIG_FIT_SIGNATURE #define CONFIG_IMAGE_FORMAT_LEGACY #endif |