summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-05-02 10:19:38 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-05-09 17:25:23 -0500
commit6b82b2c90c94f433f8a4beb9f0ea594449ecf90b (patch)
tree7c0399128bb9f4e2ca384c3cc097f071fd219b5d /conf/machine/include
parentfe3d509ce6168a2a1a8239f6526be31398eaf931 (diff)
downloadmeta-freescale-6b82b2c90c94f433f8a4beb9f0ea594449ecf90b.tar.gz
imx8dxl-ddr3l-evk: Add uboot config fspi
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/imx8dxl-evk.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/imx8dxl-evk.inc b/conf/machine/include/imx8dxl-evk.inc
index e12dfb00..837ecc33 100644
--- a/conf/machine/include/imx8dxl-evk.inc
+++ b/conf/machine/include/imx8dxl-evk.inc
@@ -40,6 +40,7 @@ UBOOT_SUFFIX = "bin"
40 40
41UBOOT_CONFIG ??= "sd" 41UBOOT_CONFIG ??= "sd"
42UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" 42UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard"
43UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_fspi_defconfig"
43 44
44IMX_BOOT_SEEK = "32" 45IMX_BOOT_SEEK = "32"
45 46