]> code.ossystems Code Review - meta-freescale.git/commit
conf: machine: imx8m*: clean-up obsolete ATF load address 1000/head
authorAndrey Zhizhikin <andrey.z@gmail.com>
Mon, 7 Mar 2022 15:45:00 +0000 (15:45 +0000)
committerAndrey Zhizhikin <andrey.z@gmail.com>
Mon, 7 Mar 2022 15:45:00 +0000 (15:45 +0000)
commit5c9ada268fe67c27e3c64a17415bb3bdabc09748
treefe55ea88d464878def6070af92d79464e3f10fa8
parentcebc5153a331f21173b93fbb5b79bc9c3975541f
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>
classes/imx-boot-container.bbclass
conf/machine/imx8mq-evk.conf
conf/machine/include/imx8mm-evk.inc
conf/machine/include/imx8mn-evk.inc
conf/machine/include/imx8mp-evk.inc