diff options
| author | Petr Štetiar | 2018-11-28 20:48:59 +0000 |
|---|---|---|
| committer | Mathias Kresin | 2018-11-28 22:37:29 +0000 |
| commit | 26ad3571921e3456361afe6df10f66c176f18c18 (patch) | |
| tree | c367d6c292519a4e49372d60a38675ab76e5d01e | |
| parent | 795211093f316b332c1962f2bb8b901348e90ec8 (diff) | |
| download | openwrt-26ad3571921e3456361afe6df10f66c176f18c18.tar.gz | |
ramips: bdcom-wap2100: Set firmware partition format to denx,uimage
Specify firmware partition format to denx,uimage in compatible DTS property.
2 uimage-fw partitions found on MTD device firmware
Creating 2 MTD partitions on "firmware":
0x000000000000-0x00000017f72b : "kernel"
0x00000017f72b-0x000000f70000 : "rootfs"
Signed-off-by: Petr Štetiar <ynezz@true.cz>
| -rw-r--r-- | target/linux/ramips/dts/BDCOM-WAP2100-SK.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/BDCOM-WAP2100-SK.dts b/target/linux/ramips/dts/BDCOM-WAP2100-SK.dts index 847dbe5d98..a417c51470 100644 --- a/target/linux/ramips/dts/BDCOM-WAP2100-SK.dts +++ b/target/linux/ramips/dts/BDCOM-WAP2100-SK.dts @@ -89,6 +89,7 @@ }; partition@50000 { + compatible = "denx,uimage"; label = "firmware"; reg = <0x50000 0xf70000>; }; |