summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2023-01-26 11:11:48 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-01-30 22:30:29 -0600
commit095c7f1ae5cd89d7baf6a9b3f1698fa0614b1b4a (patch)
treedf1f5bbd946a5dbd69458a41139dc7e19360cd0e
parentd58e8dbdf380b7c234d24433d1b8551aba6fcfba (diff)
configs: am62xx_evm: Hook up OSPI NAND DFU entries
AM62x LP SK and AM62A SK have OSPI NAND on board, add DFU entries for the same. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
-rw-r--r--include/configs/am62ax_evm.h3
-rw-r--r--include/configs/am62x_evm.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/include/configs/am62ax_evm.h b/include/configs/am62ax_evm.h
index 0c0d6e1edb..3685271d7e 100644
--- a/include/configs/am62ax_evm.h
+++ b/include/configs/am62ax_evm.h
@@ -126,7 +126,8 @@
DFU_ALT_INFO_MMC \
DFU_ALT_INFO_EMMC \
DFU_ALT_INFO_RAM \
- DFU_ALT_INFO_OSPI
+ DFU_ALT_INFO_OSPI \
+ DFU_ALT_INFO_OSPI_NAND
/* Incorporate settings into the U-Boot environment */
#define CONFIG_EXTRA_ENV_SETTINGS \
diff --git a/include/configs/am62x_evm.h b/include/configs/am62x_evm.h
index a856ce097f..c36c944d51 100644
--- a/include/configs/am62x_evm.h
+++ b/include/configs/am62x_evm.h
@@ -433,7 +433,8 @@
DFU_ALT_INFO_MMC \
DFU_ALT_INFO_EMMC \
DFU_ALT_INFO_RAM \
- DFU_ALT_INFO_OSPI
+ DFU_ALT_INFO_OSPI \
+ DFU_ALT_INFO_OSPI_NAND
/* Incorporate settings into the U-Boot environment */
#define CONFIG_EXTRA_ENV_SETTINGS \