summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorApurva Nandan <a-nandan@ti.com>2023-01-23 23:13:32 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-01-25 14:10:19 -0600
commit2f124c5d4206befa49f22af86eab9f72fcfca43e (patch)
treee290dd5f1c1c2660bfa55ecb6b06de5afca4b23f /arch
parent6fe3175fb74d3b59edbdf9c05bb4546650c43b1a (diff)
configs: am62x_lpsk: Update partitioning scheme and names
Use more conventional naming scheme for NAND partitions and enable listing of partitions in prompt. Signed-off-by: Apurva Nandan <a-nandan@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/k3-am62x-lp-sk.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/k3-am62x-lp-sk.dts b/arch/arm/dts/k3-am62x-lp-sk.dts
index c94079eb8e..d1a7bf26cc 100644
--- a/arch/arm/dts/k3-am62x-lp-sk.dts
+++ b/arch/arm/dts/k3-am62x-lp-sk.dts
@@ -75,9 +75,9 @@
reg = <0x6c0000 0x40000>;
};
- partition@800000 {
+ partition@2000000 {
label = "ospi.rootfs";
- reg = <0x800000 0x77c0000>;
+ reg = <0x2000000 0x5fc0000>;
};
partition@7fc0000 {