Commit 4eb96b5eeb7fa68b8c275ac8cd49ba8694bd8b83

Authored by Sourav Poddar
Committed by Kishon Vijay Abraham I
1 parent 56e3f362b3

arm: dts: dra7-evm: Fix qspi partition.

Change the size to reflect correct kernel size.

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/dra7-evm.dts
... ... @@ -688,7 +688,7 @@
688 688 };
689 689 partition@8 {
690 690 label = "QSPI.kernel";
691   - reg = <0x00170000 0x00970000>;
  691 + reg = <0x00170000 0x0800000>;
692 692 };
693 693 partition@9 {
694 694 label = "QSPI.file-system";