Commit ab05cccaed42a0b5b242d55ae8f3bd5aac24d2a2

Authored by Sourav Poddar
Committed by Kishon Vijay Abraham I
1 parent 4eb96b5eeb

arm: dts: am43x-epos: Fix qspi partition.

Fix overlapping address for qspi partition.

Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/boot/dts/am43x-epos-evm.dts
... ... @@ -538,7 +538,7 @@
538 538 };
539 539 partition@5 {
540 540 label = "QSPI.u-boot-spl-os";
541   - reg = <0x00150000 0x00010000>;
  541 + reg = <0x00140000 0x00010000>;
542 542 };
543 543 partition@6 {
544 544 label = "QSPI.u-boot-env";