diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-03-07 15:45:00 +0000 |
---|---|---|
committer | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-03-07 15:45:00 +0000 |
commit | 5c9ada268fe67c27e3c64a17415bb3bdabc09748 (patch) | |
tree | fe55ea88d464878def6070af92d79464e3f10fa8 /conf/machine | |
parent | cebc5153a331f21173b93fbb5b79bc9c3975541f (diff) | |
download | meta-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')
-rw-r--r-- | conf/machine/imx8mq-evk.conf | 1 | ||||
-rw-r--r-- | conf/machine/include/imx8mm-evk.inc | 1 | ||||
-rw-r--r-- | conf/machine/include/imx8mn-evk.inc | 1 | ||||
-rw-r--r-- | conf/machine/include/imx8mp-evk.inc | 1 |
4 files changed, 0 insertions, 4 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 |
69 | ATF_PLATFORM = "imx8mq" | 69 | ATF_PLATFORM = "imx8mq" |
70 | ATF_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 |
73 | IMX_EXTRA_FIRMWARE = "firmware-imx-8m" | 72 | IMX_EXTRA_FIRMWARE = "firmware-imx-8m" |
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" | |||
39 | SPL_BINARY = "spl/u-boot-spl.bin" | 39 | SPL_BINARY = "spl/u-boot-spl.bin" |
40 | 40 | ||
41 | ATF_PLATFORM = "imx8mm" | 41 | ATF_PLATFORM = "imx8mm" |
42 | ATF_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 |
45 | IMX_EXTRA_FIRMWARE = "firmware-imx-8m" | 44 | IMX_EXTRA_FIRMWARE = "firmware-imx-8m" |
diff --git a/conf/machine/include/imx8mn-evk.inc b/conf/machine/include/imx8mn-evk.inc index 0f886c00..1404abd2 100644 --- a/conf/machine/include/imx8mn-evk.inc +++ b/conf/machine/include/imx8mn-evk.inc | |||
@@ -40,7 +40,6 @@ UBOOT_CONFIG[mfgtool] = "${UBOOT_CONFIG_BASENAME}_defconfig" | |||
40 | SPL_BINARY = "spl/u-boot-spl.bin" | 40 | SPL_BINARY = "spl/u-boot-spl.bin" |
41 | 41 | ||
42 | ATF_PLATFORM = "imx8mn" | 42 | ATF_PLATFORM = "imx8mn" |
43 | ATF_LOAD_ADDR = "0x960000" | ||
44 | 43 | ||
45 | # Extra firmware package name, that is required to build boot container for fslc bsp | 44 | # Extra firmware package name, that is required to build boot container for fslc bsp |
46 | IMX_EXTRA_FIRMWARE = "firmware-imx-8m" | 45 | IMX_EXTRA_FIRMWARE = "firmware-imx-8m" |
diff --git a/conf/machine/include/imx8mp-evk.inc b/conf/machine/include/imx8mp-evk.inc index fccfe0aa..3e98d3c1 100644 --- a/conf/machine/include/imx8mp-evk.inc +++ b/conf/machine/include/imx8mp-evk.inc | |||
@@ -36,7 +36,6 @@ UBOOT_CONFIG[mfgtool] = "${UBOOT_CONFIG_BASENAME}_defconfig" | |||
36 | SPL_BINARY = "spl/u-boot-spl.bin" | 36 | SPL_BINARY = "spl/u-boot-spl.bin" |
37 | 37 | ||
38 | ATF_PLATFORM = "imx8mp" | 38 | ATF_PLATFORM = "imx8mp" |
39 | ATF_LOAD_ADDR = "0x970000" | ||
40 | 39 | ||
41 | # Extra firmware package name, that is required to build boot container for fslc bsp | 40 | # Extra firmware package name, that is required to build boot container for fslc bsp |
42 | IMX_EXTRA_FIRMWARE = "firmware-imx-8m" | 41 | IMX_EXTRA_FIRMWARE = "firmware-imx-8m" |