[openwrt/openwrt] qualcommax: ipq5018: glinet_gl-b3000: fix kernel alignment fixes the following warning seen in bootlog
LEDE Commits
lede-commits at lists.infradead.org
Thu May 1 11:11:19 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6d4ded04ac7524ea241797814d02cad35da8c14c
commit 6d4ded04ac7524ea241797814d02cad35da8c14c
Author: Scott Mercer <TheRootEd24 at gmail.com>
AuthorDate: Wed Apr 30 14:46:51 2025 -0400
qualcommax: ipq5018: glinet_gl-b3000: fix kernel alignment
fixes the following warning seen in bootlog
"Kernel image misaligned at boot, please fix your bootloader!"
Fixes: 3307fe8 ("qualcommax: ipq50xx: add support for GL.iNET GL-B3000")
Signed-off-by: Scott Mercer <TheRootEd24 at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18658
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/qualcommax/image/ipq50xx.mk | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/qualcommax/image/ipq50xx.mk b/target/linux/qualcommax/image/ipq50xx.mk
index 08799f43d4..4de3fd292b 100644
--- a/target/linux/qualcommax/image/ipq50xx.mk
+++ b/target/linux/qualcommax/image/ipq50xx.mk
@@ -40,7 +40,6 @@ define Device/glinet_gl-b3000
DEVICE_VENDOR := GL.iNet
DEVICE_MODEL := GL-B3000
SOC := ipq5018
- KERNEL_LOADADDR := 0x41080000
KERNEL_IN_UBI := 1
BLOCKSIZE := 128k
PAGESIZE := 2048
More information about the lede-commits
mailing list