mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
rampis: mt7621: Convert Edgerouter-X dts to single kernel config
The OEM layout for Edgerouter X provides for two 3MB kernel slots.
As of linux 6.1 the kernel images no longer fit and as such
Edgerouter X builds have been disabled in Main.
Revise the layout to make kernel1 slot 6MB and drop kernel2 slot.
This patch applies the required changes to the dts file.
Signed-off-by: Tim Lunn <tim@feathertop.org>
Tested-by: Mauri Sandberg <maukka@ext.kapsi.fi>
Link: https://github.com/openwrt/openwrt/pull/15194
(cherry picked from commit dc51c4355d
)
Link: https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
c4c1bb523f
commit
4b9e9a0310
@ -105,13 +105,8 @@
|
||||
};
|
||||
|
||||
partition@140000 {
|
||||
label = "kernel1";
|
||||
reg = <0x140000 0x300000>;
|
||||
};
|
||||
|
||||
partition@440000 {
|
||||
label = "kernel2";
|
||||
reg = <0x440000 0x300000>;
|
||||
label = "kernel";
|
||||
reg = <0x140000 0x600000>;
|
||||
};
|
||||
|
||||
partition@740000 {
|
||||
|
Loading…
Reference in New Issue
Block a user