diff options
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/include/imx93-evk.inc | 3 |
1 files changed, 2 insertions, 1 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" |
