summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-05-02 10:19:38 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-09 23:39:55 +0000
commit4b56437e94368bfe5f770f7170d9ca94ddabe6f4 (patch)
tree852a72445eb9bd6ef3577bd22beeb9a29713a5e2
parent2ad6396d8aac4dc7957c4510c9bd9b50ca7461d2 (diff)
downloadmeta-freescale-4b56437e94368bfe5f770f7170d9ca94ddabe6f4.tar.gz
imx8dxl-ddr3l-evk: Add uboot config fspi
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 6b82b2c90c94f433f8a4beb9f0ea594449ecf90b)
-rw-r--r--conf/machine/imx8dxl-lpddr4-evk.conf1
-rw-r--r--conf/machine/include/imx8dxl-evk.inc1
2 files changed, 1 insertions, 1 deletions
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 = " \
15 freescale/${KERNEL_DEVICETREE_BASENAME}-root.dtb \ 15 freescale/${KERNEL_DEVICETREE_BASENAME}-root.dtb \
16" 16"
17UBOOT_CONFIG_BASENAME = "imx8dxl_evk" 17UBOOT_CONFIG_BASENAME = "imx8dxl_evk"
18UBOOT_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"
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