diff options
author | Bjørn Mork <bjorn@mork.no> | 2021-01-20 18:36:49 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-01-22 21:03:11 +0100 |
commit | 647fdafcc57e7bb214ba5c745be63a55211e3422 (patch) | |
tree | d07c1945c308b06b057c0ef42aad54e16902b0ca /target/linux/realtek | |
parent | 01a1e21863aa30c7a2c252ff06b9aef0cf957970 (diff) | |
download | upstream-647fdafcc57e7bb214ba5c745be63a55211e3422.tar.gz upstream-647fdafcc57e7bb214ba5c745be63a55211e3422.tar.bz2 upstream-647fdafcc57e7bb214ba5c745be63a55211e3422.zip |
kernel: mtdsplit_uimage: replace "allnet, uimage" parser
Convert users to the generic "openwrt,uimage" using device specific
"openwrt,ih-magic" properties, and remove "allnet,uimage".
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'target/linux/realtek')
-rw-r--r-- | target/linux/realtek/dts/rtl8382_allnet_all-sg8208m.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/realtek/dts/rtl8382_allnet_all-sg8208m.dts b/target/linux/realtek/dts/rtl8382_allnet_all-sg8208m.dts index 28c4fd2970..681d699e8a 100644 --- a/target/linux/realtek/dts/rtl8382_allnet_all-sg8208m.dts +++ b/target/linux/realtek/dts/rtl8382_allnet_all-sg8208m.dts @@ -95,7 +95,8 @@ partition@2a0000 { label = "firmware"; reg = <0x2a0000 0xd60000>; - compatible = "allnet,uimage"; + compatible = "openwrt,uimage", "denx,uimage"; + openwrt,ih-magic = <0x00000006>; }; }; }; |