summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/configs/am62x_evm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/am62x_evm.h b/include/configs/am62x_evm.h
index e14a18500a..a856ce097f 100644
--- a/include/configs/am62x_evm.h
+++ b/include/configs/am62x_evm.h
@@ -140,6 +140,14 @@
"run get_fdt_usb;" \
"run run_kern\0"
+#ifdef CONFIG_TARGET_AM625_A53_EVM
+#define EXTRA_ENV_AM625_BOARD_SETTINGS_MTD \
+ "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
+ "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0"
+#else
+#define EXTRA_ENV_AM625_BOARD_SETTINGS_MTD
+#endif
+
#define EXTRA_ENV_AM625_BOARD_SETTINGS_OSPI_NAND \
"nbootpart=ospi.rootfs\0" \
"nbootvolume=ubi0:rootfs\0" \