From 7c2b8e8de096755b9d8a75b1e76ebf4b58eafb8a Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 24 Sep 2025 11:55:20 +0200 Subject: [PATCH] ipq53xx: fix missing KERNEL_IPQ_MEM_PROFILE for multiple boards Commit 2e4972e9ad2a ("ipq53xx: Add KERNEL_IPQ_MEM_PROFILE for IPQ53XX") introduced KERNEL_IPQ_MEM_PROFILE but didn't set it for all IPQ53xx boards, causing them to boot with incorrect RAM size settings. This adds CONFIG_KERNEL_IPQ_MEM_PROFILE=0 to the affected board profiles: - cig_wf189, cig_wf189h, cig_wf189w, cig_wf672 - edgecore_eap105 - sonicfi_rap7110c-341x Signed-off-by: John Crispin --- profiles/cig_wf189.yml | 4 +++- profiles/cig_wf189h.yml | 4 +++- profiles/cig_wf189w.yml | 4 +++- profiles/cig_wf672.yml | 1 + profiles/edgecore_eap105.yml | 2 ++ profiles/sonicfi_rap7110c-341x.yml | 2 ++ 6 files changed, 14 insertions(+), 3 deletions(-) diff --git a/profiles/cig_wf189.yml b/profiles/cig_wf189.yml index 77df3ff46..8173088ce 100644 --- a/profiles/cig_wf189.yml +++ b/profiles/cig_wf189.yml @@ -15,4 +15,6 @@ packages: - qca-ssdk-shell - iperf3 - sysstat - - kmod-cig-poe-judgment + - kmod-cig-poe-judgment +diffconfig: | + CONFIG_KERNEL_IPQ_MEM_PROFILE=0 diff --git a/profiles/cig_wf189h.yml b/profiles/cig_wf189h.yml index 420a0a050..b123a1578 100644 --- a/profiles/cig_wf189h.yml +++ b/profiles/cig_wf189h.yml @@ -14,4 +14,6 @@ packages: - qca-ssdk-shell - iperf3 - sysstat - - kmod-cig-poe-judgment + - kmod-cig-poe-judgment +diffconfig: | + CONFIG_KERNEL_IPQ_MEM_PROFILE=0 diff --git a/profiles/cig_wf189w.yml b/profiles/cig_wf189w.yml index 7e639c3c9..58d151945 100644 --- a/profiles/cig_wf189w.yml +++ b/profiles/cig_wf189w.yml @@ -14,4 +14,6 @@ packages: - qca-ssdk-shell - iperf3 - sysstat - - kmod-cig-poe-judgment + - kmod-cig-poe-judgment +diffconfig: | + CONFIG_KERNEL_IPQ_MEM_PROFILE=0 diff --git a/profiles/cig_wf672.yml b/profiles/cig_wf672.yml index 994d5c330..5cbe23497 100644 --- a/profiles/cig_wf672.yml +++ b/profiles/cig_wf672.yml @@ -24,5 +24,6 @@ packages: - kmod-iio-ilps22qs - kmod-cig-poe-judgment diffconfig: | + CONFIG_KERNEL_IPQ_MEM_PROFILE=0 CONFIG_BUSYBOX_CUSTOM=y CONFIG_BUSYBOX_CONFIG_STTY=y diff --git a/profiles/edgecore_eap105.yml b/profiles/edgecore_eap105.yml index 3c8a2e796..0e8feceea 100644 --- a/profiles/edgecore_eap105.yml +++ b/profiles/edgecore_eap105.yml @@ -12,3 +12,5 @@ include: packages: - ipq53xx - qca-ssdk-shell +diffconfig: | + CONFIG_KERNEL_IPQ_MEM_PROFILE=0 diff --git a/profiles/sonicfi_rap7110c-341x.yml b/profiles/sonicfi_rap7110c-341x.yml index 8661e871e..0fe1afdfd 100755 --- a/profiles/sonicfi_rap7110c-341x.yml +++ b/profiles/sonicfi_rap7110c-341x.yml @@ -13,3 +13,5 @@ packages: - ipq53xx - qca-ssdk-shell - e2fsprogs +diffconfig: | + CONFIG_KERNEL_IPQ_MEM_PROFILE=0