include: environment: ti: am62ax: Add ospi_nand environment var

K3 AM62Ax has OSPI NAND flash on OSPI0, add environment variables
to allow OSPI NAND boot.

Signed-off-by: Apurva Nandan <a-nandan@ti.com>
This commit is contained in:
Apurva Nandan 2023-06-23 03:14:29 +05:30 committed by Udit Kumar
parent de12d8158b
commit b31169b12d
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <environment/ti/ti_armv7_common.env>
#include <environment/ti/mmc.env>
#include <environment/ti/k3_dfu.env>
#include <environment/ti/ospi_nand.env>
#if CONFIG_CMD_REMOTEPROC
#include <environment/ti/k3_rproc.env>
#endif