summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8mpevk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imx8mpevk.conf')
-rw-r--r--conf/machine/imx8mpevk.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/imx8mpevk.conf b/conf/machine/imx8mpevk.conf
index f76240b6..9addae7d 100644
--- a/conf/machine/imx8mpevk.conf
+++ b/conf/machine/imx8mpevk.conf
@@ -51,6 +51,9 @@ DDR_FIRMWARE_NAME = " \
51# Set u-boot DTB 51# Set u-boot DTB
52UBOOT_DTB_NAME = "imx8mp-evk.dtb" 52UBOOT_DTB_NAME = "imx8mp-evk.dtb"
53 53
54# Set ATF platform name
55ATF_PLATFORM = "imx8mp"
56
54# Set imx-mkimage boot target 57# Set imx-mkimage boot target
55IMXBOOT_TARGETS = "${@bb.utils.contains('UBOOT_CONFIG', 'fspi', 'flash_evk_flexspi', 'flash_evk', d)}" 58IMXBOOT_TARGETS = "${@bb.utils.contains('UBOOT_CONFIG', 'fspi', 'flash_evk_flexspi', 'flash_evk', d)}"
56 59