From 55f9eac206014fad7a8e2075ecd371793d2e8fe7 Mon Sep 17 00:00:00 2001 From: Huang jinlong <33887488+longcat99@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:28:59 +0800 Subject: [PATCH] Update Makefile For 16mb's NOR flash, more kernel space should be added! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2791e811..792d6f41 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS),y) ifeq ($(BR2_OPENIPC_FLASH_SIZE),"8") @$(call PREPARE_REPACK,uImage,2048,rootfs.squashfs,5120,nor) else - @$(call PREPARE_REPACK,uImage,2048,rootfs.squashfs,8192,nor) + @$(call PREPARE_REPACK,uImage,3072,rootfs.squashfs,8192,nor) endif endif ifeq ($(BR2_TARGET_ROOTFS_UBI),y)