diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2020-03-20 19:36:30 +0800 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-03-21 12:58:29 +0800 |
commit | b7fe92b915ed2dbbb2a1ccb765650ad20749a1bb (patch) | |
tree | 4c02b7f353af10735045a69e58fdfea006a65008 | |
parent | 2d2e9d29560478f7d1716cda8bc37370a0dcf520 (diff) | |
download | upstream-b7fe92b915ed2dbbb2a1ccb765650ad20749a1bb.tar.gz upstream-b7fe92b915ed2dbbb2a1ccb765650ad20749a1bb.tar.bz2 upstream-b7fe92b915ed2dbbb2a1ccb765650ad20749a1bb.zip |
mediatek: mt7629: fix firmware partition
rename "kernel" partition in upstream dts to "firmware" and add
denx,fit as compatible string for mtdsplit.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
-rw-r--r-- | target/linux/mediatek/patches-5.4/0010-dts-mt7629-rfb-fix-firmware-partition.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/mediatek/patches-5.4/0010-dts-mt7629-rfb-fix-firmware-partition.patch b/target/linux/mediatek/patches-5.4/0010-dts-mt7629-rfb-fix-firmware-partition.patch new file mode 100644 index 0000000000..5d0a19ed4c --- /dev/null +++ b/target/linux/mediatek/patches-5.4/0010-dts-mt7629-rfb-fix-firmware-partition.patch @@ -0,0 +1,13 @@ +--- a/arch/arm/boot/dts/mt7629-rfb.dts ++++ b/arch/arm/boot/dts/mt7629-rfb.dts +@@ -163,8 +163,9 @@ + }; + + partition@b0000 { +- label = "kernel"; ++ label = "firmware"; + reg = <0xb0000 0xb50000>; ++ compatible = "denx,fit"; + }; + }; + }; |