diff options
-rw-r--r-- | conf/machine/imx8dxl-lpddr4-evk.conf | 1 | ||||
-rw-r--r-- | conf/machine/include/imx8dxl-evk.inc | 1 |
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 | " |
17 | UBOOT_CONFIG_BASENAME = "imx8dxl_evk" | 17 | UBOOT_CONFIG_BASENAME = "imx8dxl_evk" |
18 | 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" | |||
40 | 40 | ||
41 | UBOOT_CONFIG ??= "sd" | 41 | UBOOT_CONFIG ??= "sd" |
42 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" | 42 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" |
43 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_fspi_defconfig" | ||
43 | 44 | ||
44 | IMX_BOOT_SEEK = "32" | 45 | IMX_BOOT_SEEK = "32" |
45 | 46 | ||