
Increase allowed binary size to fit lwip code. limit: 0x80000 bytes actual: 0x84c58 bytes excess: 0x4c58 bytes
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org --- configs/linkit-smart-7688_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/linkit-smart-7688_defconfig b/configs/linkit-smart-7688_defconfig index 0bdb4e612c..d31f1ab3e0 100644 --- a/configs/linkit-smart-7688_defconfig +++ b/configs/linkit-smart-7688_defconfig @@ -22,7 +22,7 @@ CONFIG_RESTORE_EXCEPTION_VECTOR_BASE=y # CONFIG_MIPS_BOOT_ENV_LEGACY is not set CONFIG_MIPS_BOOT_FDT=y CONFIG_HAS_BOARD_SIZE_LIMIT=y -CONFIG_BOARD_SIZE_LIMIT=524288 +CONFIG_BOARD_SIZE_LIMIT=552960 CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y CONFIG_LEGACY_IMAGE_FORMAT=y