diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-03-07 14:17:57 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 14:17:57 -0300 |
commit | 7e627855225401ceaef36a0e05e2076a2347ea43 (patch) | |
tree | 670117cad6201e7b9aa28c075dcb74f5d67c3a03 /classes/imx-boot-container.bbclass | |
parent | 701bac44ba1aeb2578d2819a43f87dd912aa7ed9 (diff) | |
parent | 5c9ada268fe67c27e3c64a17415bb3bdabc09748 (diff) | |
download | meta-freescale-7e627855225401ceaef36a0e05e2076a2347ea43.tar.gz |
Merge pull request #1000 from zandrey/topic/cleanup-atf-address-variable
Clean-up obsolete ATF load address for i.MX8M machines
Diffstat (limited to 'classes/imx-boot-container.bbclass')
-rw-r--r-- | classes/imx-boot-container.bbclass | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/classes/imx-boot-container.bbclass b/classes/imx-boot-container.bbclass index 19b43312..a3496e8b 100644 --- a/classes/imx-boot-container.bbclass +++ b/classes/imx-boot-container.bbclass | |||
@@ -33,16 +33,9 @@ do_resolve_and_populate_binaries[depends] += " \ | |||
33 | ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'optee-os:do_deploy', '', d)} \ | 33 | ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'optee-os:do_deploy', '', d)} \ |
34 | " | 34 | " |
35 | 35 | ||
36 | # Append make flags to include ATF load address | ||
37 | EXTRA_OEMAKE += "ATF_LOAD_ADDR=${ATF_LOAD_ADDR}" | ||
38 | |||
39 | # Define an additional task that collects binary output from dependent packages | 36 | # Define an additional task that collects binary output from dependent packages |
40 | # and deploys them into the U-Boot build folder | 37 | # and deploys them into the U-Boot build folder |
41 | do_resolve_and_populate_binaries() { | 38 | do_resolve_and_populate_binaries() { |
42 | if [ ! -n "${ATF_LOAD_ADDR}" ]; then | ||
43 | bberror "ATF_LOAD_ADDR is undefined, result binary would be unusable!" | ||
44 | fi | ||
45 | |||
46 | if [ -n "${UBOOT_CONFIG}" ]; then | 39 | if [ -n "${UBOOT_CONFIG}" ]; then |
47 | for config in ${UBOOT_MACHINE}; do | 40 | for config in ${UBOOT_MACHINE}; do |
48 | i=$(expr $i + 1); | 41 | i=$(expr $i + 1); |