[OpenWrt-Devel] [PATCH 11/11] ramips: MikroTik RBM33G routerboot partitions
Thibaut
hacks at slashdirt.org
Wed Apr 8 05:46:49 EDT 2020
I received a successful test report from Tobias Schramm (CC’d) on ramips MikroTik RBM33G, who agreed to have his Tested-by applied. Dmesg attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: routerboot-dynamic-partitions.log
Type: application/octet-stream
Size: 12939 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20200408/954ecd4a/attachment.obj>
-------------- next part --------------
> Le 28 mars 2020 à 15:20, Thibaut VARÈNE <hacks at slashdirt.org> a écrit :
>
> Signed-off-by: Thibaut VARÈNE <hacks at slashdirt.org>
> ---
> target/linux/ramips/dts/mt7621_mikrotik_rbm33g.dts | 12 ++++--------
> 1 file changed, 4 insertions(+), 8 deletions(-)
>
> diff --git a/target/linux/ramips/dts/mt7621_mikrotik_rbm33g.dts b/target/linux/ramips/dts/mt7621_mikrotik_rbm33g.dts
> index 2500ae29da..9895bb70d5 100644
> --- a/target/linux/ramips/dts/mt7621_mikrotik_rbm33g.dts
> +++ b/target/linux/ramips/dts/mt7621_mikrotik_rbm33g.dts
> @@ -104,19 +104,17 @@
> label = "RouterBoot";
> reg = <0x0 0x40000>;
> read-only;
> - compatible = "fixed-partitions";
> + compatible = "mikrotik,routerboot-partitions";
> #address-cells = <1>;
> #size-cells = <1>;
>
> partition at 0 {
> label = "bootloader1";
> - reg = <0x0 0xf000>;
> + reg = <0x0 0x0>;
> read-only;
> };
>
> - hard_config: partition at f000 {
> - label = "hard_config";
> - reg = <0xf000 0x1000>;
> + hard_config: hard_config {
> read-only;
> };
>
> @@ -126,9 +124,7 @@
> read-only;
> };
>
> - partition at 20000 {
> - label = "soft_config";
> - reg = <0x20000 0x1000>;
> + soft_config {
> };
>
> partition at 30000 {
> --
> 2.11.0
>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list