diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2018-07-29 13:09:22 +0200 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2018-07-29 15:38:33 +0200 |
commit | 7880a6f7fee89efe9e5e4c707b59ba45f02e21cf (patch) | |
tree | 4ca85671dbc3cd4b5c640ea7d7d3d92911b7e200 /target/linux/brcm63xx/dts/hg520v.dts | |
parent | abb28bec251a0b243dff87f87d09763792128349 (diff) | |
download | upstream-7880a6f7fee89efe9e5e4c707b59ba45f02e21cf.tar.gz upstream-7880a6f7fee89efe9e5e4c707b59ba45f02e21cf.tar.bz2 upstream-7880a6f7fee89efe9e5e4c707b59ba45f02e21cf.zip |
brcm63xx: drop linux,part-probe usage where possible
It was present as 4.4 compatibility, but since we now use 4.9 or later
with the new upstream solution, we don't need it anymore.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/dts/hg520v.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/hg520v.dts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/dts/hg520v.dts b/target/linux/brcm63xx/dts/hg520v.dts index d79b73d4ce..0a809c163f 100644 --- a/target/linux/brcm63xx/dts/hg520v.dts +++ b/target/linux/brcm63xx/dts/hg520v.dts @@ -40,9 +40,7 @@ &pflash { status = "ok"; - linux,part-probe = "bcm63xxpart"; - - partitions { + partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; |