summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx8mm-evk.inc
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2022-03-07 15:45:00 +0000
committerAndrey Zhizhikin <andrey.z@gmail.com>2022-03-07 15:45:00 +0000
commit5c9ada268fe67c27e3c64a17415bb3bdabc09748 (patch)
treefe55ea88d464878def6070af92d79464e3f10fa8 /conf/machine/include/imx8mm-evk.inc
parentcebc5153a331f21173b93fbb5b79bc9c3975541f (diff)
downloadmeta-freescale-5c9ada268fe67c27e3c64a17415bb3bdabc09748.tar.gz
conf: machine: imx8m*: clean-up obsolete ATF load address
Upstream U-Boot commit d9a6f0eed66a ("tree: imx: remove old fit generator script") dropped the FIT generator script, which was using environment variable setting the ATF load address into the FIT ITS file. This has been replaced by binman node description, where ATF address is defined, hence the enviroment variable is not required anymore. Clean-up the layer's class and machine description to remove the variable, which is not used anymore. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'conf/machine/include/imx8mm-evk.inc')
-rw-r--r--conf/machine/include/imx8mm-evk.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/imx8mm-evk.inc b/conf/machine/include/imx8mm-evk.inc
index d6778caa..eba4ac9f 100644
--- a/conf/machine/include/imx8mm-evk.inc
+++ b/conf/machine/include/imx8mm-evk.inc
@@ -39,7 +39,6 @@ UBOOT_CONFIG[mfgtool] = "${UBOOT_CONFIG_BASENAME}_defconfig"
39SPL_BINARY = "spl/u-boot-spl.bin" 39SPL_BINARY = "spl/u-boot-spl.bin"
40 40
41ATF_PLATFORM = "imx8mm" 41ATF_PLATFORM = "imx8mm"
42ATF_LOAD_ADDR = "0x920000"
43 42
44# Extra firmware package name, that is required to build boot container for fslc bsp 43# Extra firmware package name, that is required to build boot container for fslc bsp
45IMX_EXTRA_FIRMWARE = "firmware-imx-8m" 44IMX_EXTRA_FIRMWARE = "firmware-imx-8m"