realtek: rename u-boot-env2 to board-name
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Mon, 4 Jul 2022 17:11:26 +0000 (14:11 -0300)
committerSander Vanheule <sander@svanheule.net>
Tue, 5 Jul 2022 19:52:14 +0000 (21:52 +0200)
Some realtek boards have two u-boot-env partitions. However, in the
DGS-1210 series, the mtdblock2 partition is not a valid u-boot env
and simply contains the board/device name, followed by nulls.

00000000  44 47 53 2d 31 32 31 30  2d 32 38 2d 46 31 00 00 |DGS-1210-28-F1..|
00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |................|
*
00040000

00000000  44 47 53 2d 31 32 31 30  2d 35 32 2d 46 31 00 00 |DGS-1210-52-F1..|
00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |................|
*
00040000

The misleading u-boot-env2 name also confuses uboot-envtools.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
target/linux/realtek/dts-5.10/rtl8382_d-link_dgs-1210.dtsi

index 312a36c1a844a04d8eaa69b27f31dcfd422fe1a4..aaaa872162a027854d61ff4b9e8a0f9d6e474799 100644 (file)
@@ -55,7 +55,7 @@
                                read-only;
                        };
                        partition@c0000 {
-                               label = "u-boot-env2";
+                               label = "board-name";
                                reg = <0x000c0000 0x40000>;
                        };
                        partition@280000 {