[openwrt/openwrt] apm821xx: mx60: drop nand-is-boot-medium
LEDE Commits
lede-commits at lists.infradead.org
Thu Jun 8 08:28:51 PDT 2023
chunkeey pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/47437563aafcd7158584cbfc991f754f27aebeba
commit 47437563aafcd7158584cbfc991f754f27aebeba
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Tue May 30 00:54:16 2023 +0200
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 at gmail.com>
---
target/linux/apm821xx/dts/meraki-mx60.dts | 2 --
1 file changed, 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>;
More information about the lede-commits
mailing list