diff options
| -rw-r--r-- | conf/machine/include/imx93-evk.inc | 3 | ||||
| -rw-r--r-- | conf/machine/include/imx943-evk.inc | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/conf/machine/include/imx93-evk.inc b/conf/machine/include/imx93-evk.inc index e5a3f0e22..f504694f3 100644 --- a/conf/machine/include/imx93-evk.inc +++ b/conf/machine/include/imx93-evk.inc | |||
| @@ -23,9 +23,10 @@ UBOOT_MAKE_TARGET = "" | |||
| 23 | SPL_BINARY = "spl/u-boot-spl.bin" | 23 | SPL_BINARY = "spl/u-boot-spl.bin" |
| 24 | 24 | ||
| 25 | UBOOT_CONFIG ??= "sd" | 25 | UBOOT_CONFIG ??= "sd" |
| 26 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" | 26 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 27 | UBOOT_CONFIG[ecc] = "${UBOOT_CONFIG_BASENAME}_inline_ecc_defconfig" | 27 | UBOOT_CONFIG[ecc] = "${UBOOT_CONFIG_BASENAME}_inline_ecc_defconfig" |
| 28 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" | 28 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 29 | UBOOT_CONFIG_IMAGE_FSTYPES[sd] = "sdcard" | ||
| 29 | 30 | ||
| 30 | # Set ATF platform name | 31 | # Set ATF platform name |
| 31 | ATF_PLATFORM = "imx93" | 32 | ATF_PLATFORM = "imx93" |
diff --git a/conf/machine/include/imx943-evk.inc b/conf/machine/include/imx943-evk.inc index 875d5eb36..a2abe30dc 100644 --- a/conf/machine/include/imx943-evk.inc +++ b/conf/machine/include/imx943-evk.inc | |||
| @@ -32,10 +32,12 @@ UBOOT_MAKE_TARGET = "" | |||
| 32 | SPL_BINARY = "spl/u-boot-spl.bin" | 32 | SPL_BINARY = "spl/u-boot-spl.bin" |
| 33 | 33 | ||
| 34 | UBOOT_CONFIG ??= "${@bb.utils.contains('COMBINED_FEATURES', 'crrm', 'crrm', 'sd', d)}" | 34 | UBOOT_CONFIG ??= "${@bb.utils.contains('COMBINED_FEATURES', 'crrm', 'crrm', 'sd', d)}" |
| 35 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" | 35 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 36 | UBOOT_CONFIG[sd-ecc] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" | 36 | UBOOT_CONFIG[sd-ecc] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 37 | UBOOT_CONFIG[crrm] = "${UBOOT_CONFIG_BASENAME}_xspi_crrm_defconfig" | 37 | UBOOT_CONFIG[crrm] = "${UBOOT_CONFIG_BASENAME}_xspi_crrm_defconfig" |
| 38 | UBOOT_CONFIG[xspi] = "${UBOOT_CONFIG_BASENAME}_xspi_defconfig" | 38 | UBOOT_CONFIG[xspi] = "${UBOOT_CONFIG_BASENAME}_xspi_defconfig" |
| 39 | UBOOT_CONFIG_IMAGE_FSTYPES[sd] = "sdcard" | ||
| 40 | UBOOT_CONFIG_IMAGE_FSTYPES[sd-ecc] = "sdcard" | ||
| 39 | 41 | ||
| 40 | ATF_PLATFORM = "imx94" | 42 | ATF_PLATFORM = "imx94" |
| 41 | OEI_CORE = "m33" | 43 | OEI_CORE = "m33" |
