diff options
| author | Adrian Schmutzler | 2021-08-18 23:32:56 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2021-08-20 16:10:48 +0000 |
| commit | 9cb5853592c5f146fd82506168f53d8ada0639fa (patch) | |
| tree | 8378399cc68569197c64f4fa1695305e9af5186c | |
| parent | 7f1b0f68f16c3f063322887ee10b0ae8f47603af (diff) | |
| download | openwrt-9cb5853592c5f146fd82506168f53d8ada0639fa.tar.gz | |
ramips: fix indent in DTS for GL.iNet VIXMINI/microuter-N300
Use correct indent.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
| -rw-r--r-- | target/linux/ramips/dts/mt7628an_glinet_microuter-n300.dts | 2 | ||||
| -rw-r--r-- | target/linux/ramips/dts/mt7628an_glinet_vixmini.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7628an_glinet_microuter-n300.dts b/target/linux/ramips/dts/mt7628an_glinet_microuter-n300.dts index 09afe7211b..49695e2222 100644 --- a/target/linux/ramips/dts/mt7628an_glinet_microuter-n300.dts +++ b/target/linux/ramips/dts/mt7628an_glinet_microuter-n300.dts @@ -8,5 +8,5 @@ }; &firmware_part { - reg = <0x50000 0xfb0000>; + reg = <0x50000 0xfb0000>; }; diff --git a/target/linux/ramips/dts/mt7628an_glinet_vixmini.dts b/target/linux/ramips/dts/mt7628an_glinet_vixmini.dts index 02c29d1ba0..87ea22fc6a 100644 --- a/target/linux/ramips/dts/mt7628an_glinet_vixmini.dts +++ b/target/linux/ramips/dts/mt7628an_glinet_vixmini.dts @@ -8,5 +8,5 @@ }; &firmware_part { - reg = <0x50000 0x7b0000>; + reg = <0x50000 0x7b0000>; }; |