diff options
author | David Bauer <mail@david-bauer.net> | 2023-03-20 04:50:14 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2023-03-20 22:21:22 +0100 |
commit | ed82189339b8bcecfe709f1ce8f3500fb4aedab1 (patch) | |
tree | 5095748ed807b48b447196d46746d885e22eceeb /target/linux/mpc85xx/p1020 | |
parent | e314f7be7e9e878d2f6470c9d9e0030cd4f1f700 (diff) | |
download | upstream-ed82189339b8bcecfe709f1ce8f3500fb4aedab1.tar.gz upstream-ed82189339b8bcecfe709f1ce8f3500fb4aedab1.tar.bz2 upstream-ed82189339b8bcecfe709f1ce8f3500fb4aedab1.zip |
mpc85xx: use bootwrapper for ws-ap3825i
The boot-procedure for the Extreme WS-AP3825I is vfragile to put it
mildly. It does not relocate the FDT properly. It currently exercises
every step manually as well as coming with a pre-padded dtb.
Use the PowerPC bootwrapper code for legacy platforms with a pre-filles
DTS instead. We still need to ship a fit image to not break the fdt
resize / relocate instructions on existing boards. This does not require
adapting the U-Boot bootcommand.
Ref: https://github.com/openwrt/openwrt/issues/12223
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/mpc85xx/p1020')
-rw-r--r-- | target/linux/mpc85xx/p1020/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/p1020/target.mk b/target/linux/mpc85xx/p1020/target.mk index 000fc64644..8770edb9a9 100644 --- a/target/linux/mpc85xx/p1020/target.mk +++ b/target/linux/mpc85xx/p1020/target.mk @@ -1,4 +1,5 @@ BOARDNAME:=P1020 +KERNEL_IMAGES:=simpleImage.ws-ap3825i define Target/Description Build firmware images for Freescale P1020 based boards. |