diff options
| author | Christian Lamparter | 2023-05-29 22:54:16 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2023-06-08 13:33:14 +0000 |
| commit | 47437563aafcd7158584cbfc991f754f27aebeba (patch) | |
| tree | dc0b9a555015dfa95fbca406022fc05f255e6a52 | |
| parent | 0c15f45fa71feb4eb32f7961446df286cdfc319b (diff) | |
| download | openwrt-47437563aafcd7158584cbfc991f754f27aebeba.tar.gz | |
apm821xx: mx60: drop nand-is-boot-medium
it was reported that this flag caused the mx60
not to boot anymore.
Fixes: f095822699cc ("apm821xx: convert legacy nand partition layou")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
| -rw-r--r-- | target/linux/apm821xx/dts/meraki-mx60.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/apm821xx/dts/meraki-mx60.dts b/target/linux/apm821xx/dts/meraki-mx60.dts index 33f9a3d9f7..0e343ed782 100644 --- a/target/linux/apm821xx/dts/meraki-mx60.dts +++ b/target/linux/apm821xx/dts/meraki-mx60.dts @@ -47,8 +47,6 @@ status = "okay"; nand { - nand-is-boot-medium; - partitions { compatible = "fixed-partitions"; #address-cells = <1>; |