diff options
| author | Christian Lamparter | 2018-11-26 17:58:42 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2018-12-16 23:21:34 +0000 |
| commit | 771736c039f96d9159943957baca8bdb4601d81a (patch) | |
| tree | b360d47b472c7bae32d6919f0d07151fcc973c85 | |
| parent | db2e32c04bc6a36d63368bc2344f48e905ed2dde (diff) | |
| download | openwrt-771736c039f96d9159943957baca8bdb4601d81a.tar.gz | |
ipq40xx: specify "firmware" partition format for Compex WPJ428
Specify firmware partition format by compatible string.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
| -rw-r--r-- | target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4028-wpj428.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4028-wpj428.dts b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4028-wpj428.dts index 57c5aaa564..542e9de38b 100644 --- a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4028-wpj428.dts +++ b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4028-wpj428.dts @@ -221,6 +221,7 @@ read-only; }; partition6@180000 { + compatible = "denx,fit"; label = "firmware"; reg = <0x00180000 0x01e80000>; }; |