summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8mq-evk.conf
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/imx8mq-evk.conf
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/imx8mq-evk.conf')
-rw-r--r--conf/machine/imx8mq-evk.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/imx8mq-evk.conf b/conf/machine/imx8mq-evk.conf
index e20d3f2a..1e8146a8 100644
--- a/conf/machine/imx8mq-evk.conf
+++ b/conf/machine/imx8mq-evk.conf
@@ -67,7 +67,6 @@ UBOOT_DTB_NAME = "imx8mq-evk.dtb"
67 67
68# Set ATF platform name 68# Set ATF platform name
69ATF_PLATFORM = "imx8mq" 69ATF_PLATFORM = "imx8mq"
70ATF_LOAD_ADDR = "0x910000"
71 70
72# Extra firmware package name, that is required to build boot container for fslc bsp 71# Extra firmware package name, that is required to build boot container for fslc bsp
73IMX_EXTRA_FIRMWARE = "firmware-imx-8m" 72IMX_EXTRA_FIRMWARE = "firmware-imx-8m"