diff options
author | Wout Bertrums <wout@wbnet.eu> | 2021-11-05 15:09:28 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2021-11-06 23:36:32 +0100 |
commit | 9a7e3d170cb7ea46ca0a34f4af7db1b3d1b68739 (patch) | |
tree | 602d161a1a9310231f3cd576c7641ed3632a6fed /target | |
parent | 605d2809141484c062d76df539d064cd99073c0d (diff) | |
download | upstream-9a7e3d170cb7ea46ca0a34f4af7db1b3d1b68739.tar.gz upstream-9a7e3d170cb7ea46ca0a34f4af7db1b3d1b68739.tar.bz2 upstream-9a7e3d170cb7ea46ca0a34f4af7db1b3d1b68739.zip |
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 <wout@wbnet.eu>
[copied github message into commit message]
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/mt7621_hilink_hlk-7621a-evb.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |