From 9a7e3d170cb7ea46ca0a34f4af7db1b3d1b68739 Mon Sep 17 00:00:00 2001 From: Wout Bertrums Date: Fri, 5 Nov 2021 15:09:28 +0100 Subject: [PATCH] ramips: add broken-flash-reset for HLK-7621A EvB This is needed because the HLK-7621 EvB has 32MB of flash, so it will have to use 4B addressing and the broken-flash-reset hack has to be used to be able to reboot. Signed-off-by: Wout Bertrums [copied github message into commit message] Signed-off-by: Christian Lamparter --- target/linux/ramips/dts/mt7621_hilink_hlk-7621a-evb.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/dts/mt7621_hilink_hlk-7621a-evb.dts b/target/linux/ramips/dts/mt7621_hilink_hlk-7621a-evb.dts index 4b807fcaa5..9776f43e02 100644 --- a/target/linux/ramips/dts/mt7621_hilink_hlk-7621a-evb.dts +++ b/target/linux/ramips/dts/mt7621_hilink_hlk-7621a-evb.dts @@ -27,6 +27,7 @@ compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <44000000>; + broken-flash-reset; partitions { compatible = "fixed-partitions"; -- 2.30.2