diff options
-rw-r--r-- | include/configs/uniphier.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 5f3d6b8d4b..da80c00c45 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -279,5 +279,6 @@ #define CONFIG_SPL_TARGET "u-boot-with-spl.bin" #define CONFIG_SPL_MAX_FOOTPRINT 0x10000 +#define CONFIG_SPL_MAX_SIZE 0x10000 #endif /* __CONFIG_UNIPHIER_COMMON_H__ */ |