Skip to content

Commit

Permalink
ARM: dts: at91: sama5d2_ptc_ek: fix bootloader env offsets
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ambarus committed Oct 2, 2018
1 parent 324ecb3 commit 3bb629f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts
Expand Up @@ -92,13 +92,13 @@
reg = <0x40000 0xc0000>;
};

bootloaderenv@0x100000 {
label = "bootloader env";
bootloaderenvred@0x100000 {
label = "bootloader env redundant";
reg = <0x100000 0x40000>;
};

bootloaderenvred@0x140000 {
label = "bootloader env redundant";
bootloaderenv@0x140000 {
label = "bootloader env";
reg = <0x140000 0x40000>;
};

Expand Down

0 comments on commit 3bb629f

Please sign in to comment.