Skip to content

Commit 3bb629f

Browse files
committed
ARM: dts: at91: sama5d2_ptc_ek: fix bootloader env offsets
The offsets for the bootloader environment and its redundant partition were inverted. Fix the addresses to match our NAND flash map available at: http://www.at91.com/linux4sam/pub/Linux4SAM/SambaSubsections//demo_nandflash_map_lnx4sam5x.png Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
1 parent 324ecb3 commit 3bb629f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@
9292
reg = <0x40000 0xc0000>;
9393
};
9494

95-
bootloaderenv@0x100000 {
96-
label = "bootloader env";
95+
bootloaderenvred@0x100000 {
96+
label = "bootloader env redundant";
9797
reg = <0x100000 0x40000>;
9898
};
9999

100-
bootloaderenvred@0x140000 {
101-
label = "bootloader env redundant";
100+
bootloaderenv@0x140000 {
101+
label = "bootloader env";
102102
reg = <0x140000 0x40000>;
103103
};
104104

0 commit comments

Comments
 (0)