mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-14 19:01:03 +00:00
tools: mktplinkfw2: add split-uboot layout
This commit adds the split-uboot partition layout used by the Archer C50 v4 to mktplinkfw2. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
53cc74bfa7
commit
36a091cb07
@ -146,6 +146,12 @@ static struct flash_layout layouts[] = {
|
||||
.kernel_la = 0x80000000,
|
||||
.kernel_ep = 0x80000000,
|
||||
.rootfs_ofs = 0x140000,
|
||||
}, {
|
||||
.id = "8MSUmtk", /* Split U-Boot OS */
|
||||
.fw_max_len = 0x770000,
|
||||
.kernel_la = 0x80000000,
|
||||
.kernel_ep = 0x80000000,
|
||||
.rootfs_ofs = 0x140000,
|
||||
}, {
|
||||
.id = "8MLmtk",
|
||||
.fw_max_len = 0x7b0000,
|
||||
|
Loading…
Reference in New Issue
Block a user