diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2024-02-19 13:39:10 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2024-03-08 17:24:13 +0100 |
commit | 6a8b831593895ff9c8a687de7f7d0d24cdef8b3f (patch) | |
tree | bba206f8c5357eb93b626b1a9be1a107cb5d4861 /target/linux/mpc85xx/patches-6.1/107-powerpc-85xx-add-ws-ap3825i-support.patch | |
parent | 894ff58067798ebe859dd9a2fe92ebf95765ac36 (diff) | |
download | openwrt-6a8b831593895ff9c8a687de7f7d0d24cdef8b3f.tar.gz openwrt-6a8b831593895ff9c8a687de7f7d0d24cdef8b3f.tar.bz2 openwrt-6a8b831593895ff9c8a687de7f7d0d24cdef8b3f.zip |
mpc85xx: p1010: change wrapper address of simple image devices
Kernel and initramfs size grows. Now uncompressed initramfs image and
regular kernel image overlaps configured area:
Initramfs:
WRAP arch/powerpc/boot/simpleImage.br200-wp
INFO: Uncompressed kernel (size 0x1428688) overlaps the address of the
wrapper(0x1000000)
INFO: Fixing the link_address of wrapper to (0x1500000)
WRAP arch/powerpc/boot/simpleImage.tl-wdr4900-v1
INFO: Uncompressed kernel (size 0x1428688) overlaps the address of the
wrapper(0x1000000)
INFO: Fixing the link_address of wrapper to (0x1500000)
WRAP arch/powerpc/boot/simpleImage.ws-ap3715i
INFO: Uncompressed kernel (size 0x1428688) overlaps the address of the
wrapper(0x1000000)
INFO: Fixing the link_address of wrapper to (0x1500000)
Regular image:
WRAP arch/powerpc/boot/simpleImage.br200-wp
INFO: Uncompressed kernel (size 0x10e0688) overlaps the address of the
wrapper(0x1000000)
INFO: Fixing the link_address of wrapper to (0x1100000)
WRAP arch/powerpc/boot/simpleImage.tl-wdr4900-v1
INFO: Uncompressed kernel (size 0x10e0688) overlaps the address of the
wrapper(0x1000000)
INFO: Fixing the link_address of wrapper to (0x1100000)
WRAP arch/powerpc/boot/simpleImage.ws-ap3715i
INFO: Uncompressed kernel (size 0x10e0688) overlaps the address of the
wrapper(0x1000000)
INFO: Fixing the link_address of wrapper to (0x1100000)
Let's change wrapper address to safe value.
Tested on: TL-WDR4900, BR200-WP
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'target/linux/mpc85xx/patches-6.1/107-powerpc-85xx-add-ws-ap3825i-support.patch')
-rw-r--r-- | target/linux/mpc85xx/patches-6.1/107-powerpc-85xx-add-ws-ap3825i-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/patches-6.1/107-powerpc-85xx-add-ws-ap3825i-support.patch b/target/linux/mpc85xx/patches-6.1/107-powerpc-85xx-add-ws-ap3825i-support.patch index 0fa1b4172b..fb697e1d1f 100644 --- a/target/linux/mpc85xx/patches-6.1/107-powerpc-85xx-add-ws-ap3825i-support.patch +++ b/target/linux/mpc85xx/patches-6.1/107-powerpc-85xx-add-ws-ap3825i-support.patch @@ -62,4 +62,4 @@ WS-AP3825i AP. +simpleboot-ws-ap3825i|\ simpleboot-tl-wdr4900-v1) platformo="$object/fixed-head.o $object/simpleboot.o" - link_address='0x1000000' + link_address='0x1500000' |