summaryrefslogtreecommitdiff
path: root/conf/machine/verdin-imx8mp.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-12-15 10:58:01 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-12-15 12:05:59 +0100
commit736efd71b356d4997eef8236bd2396d3d6586403 (patch)
tree95c3d56caed41cfb9661486d480b134b65f26669 /conf/machine/verdin-imx8mp.conf
parent69ba703ea2f4994bd1cca5a73869cfe0d7e46073 (diff)
machines: mx8m*: follow changes in meta-freescale
In order to build also with use-mainline-bsp ATF_PLATFORM and IMX_BOOT_SOC_TARGET variable assignments are no longer generically set with SoC override and are now to be set by the machine configurations. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/verdin-imx8mp.conf')
-rw-r--r--conf/machine/verdin-imx8mp.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/verdin-imx8mp.conf b/conf/machine/verdin-imx8mp.conf
index 4ace41d..c8c06ce 100644
--- a/conf/machine/verdin-imx8mp.conf
+++ b/conf/machine/verdin-imx8mp.conf
@@ -43,11 +43,14 @@ DDR_FIRMWARE_NAME = " \
lpddr4_pmu_train_2d_imem${LPDDR_FW_VERSION}.bin \
"
+ATF_PLATFORM = "imx8mm"
+
BOOT_SPACE = "65536"
IMAGE_BOOTLOADER = "imx-boot"
# Set imx-mkimage boot target
IMXBOOT_TARGETS = "flash_evk_emmc_fastboot"
+IMX_BOOT_SOC_TARGET = "iMX8MM"
# Temporary until we have TEZI for installation on the eMMC
SOC_DEFAULT_WKS_FILE_verdin-imx8mp ?= "verdin-imx8mp-imx-boot-bootpart.wks.in"