projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1cbcd3
)
qualcommax: ipq5018: glinet_gl-b3000: fix kernel alignment
author
Scott Mercer
<
[email protected]
>
Wed, 30 Apr 2025 18:46:51 +0000
(14:46 -0400)
committer
Robert Marko
<
[email protected]
>
Thu, 1 May 2025 18:11:16 +0000
(20:11 +0200)
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/18658
Signed-off-by: Robert Marko <
[email protected]
>
target/linux/qualcommax/image/ipq50xx.mk
patch
|
blob
|
history
diff --git
a/target/linux/qualcommax/image/ipq50xx.mk
b/target/linux/qualcommax/image/ipq50xx.mk
index 08799f43d45237a74ebba86afff25e3ca58989fe..4de3fd292b19606e208e1afefc26ad6d0d39b3c2 100644
(file)
--- 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