From 4b56437e94368bfe5f770f7170d9ca94ddabe6f4 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Mon, 2 May 2022 10:19:38 -0500 Subject: imx8dxl-ddr3l-evk: Add uboot config fspi Signed-off-by: Tom Hochstein (cherry picked from commit 6b82b2c90c94f433f8a4beb9f0ea594449ecf90b) --- conf/machine/imx8dxl-lpddr4-evk.conf | 1 - conf/machine/include/imx8dxl-evk.inc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/imx8dxl-lpddr4-evk.conf b/conf/machine/imx8dxl-lpddr4-evk.conf index d44a4732..e824d1a4 100644 --- a/conf/machine/imx8dxl-lpddr4-evk.conf +++ b/conf/machine/imx8dxl-lpddr4-evk.conf @@ -15,4 +15,3 @@ KERNEL_DEVICETREE:append:use-nxp-bsp = " \ freescale/${KERNEL_DEVICETREE_BASENAME}-root.dtb \ " UBOOT_CONFIG_BASENAME = "imx8dxl_evk" -UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_fspi_defconfig" 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" UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" +UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_fspi_defconfig" IMX_BOOT_SEEK = "32" -- cgit v1.2.3-54-g00ecf