summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-05-01 13:48:41 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-05-01 14:39:56 +0200
commit7494e9e268a056a423ed917261af8978ba14a648 (patch)
treea29ce52e624f70014ecad41bb11f01ff2e1cc959 /conf
parent352e4ceea77fa2855e26b9fc5eac3545baf8a788 (diff)
u-boot: imx-boot: build with u-boot binman
The imx-boot binary can be put together with the imx-mkimage/imx-boot recipe or now also with U-Boot/binman. meta-freescale changed the default for all machines from using imx-mkimage to use binman. Move to use binman, change the downstream U-Boot recipe accordingly. Related-to: ELB-5155 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/verdin-imx8mm.conf2
-rw-r--r--conf/machine/verdin-imx8mp.conf2
2 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/verdin-imx8mm.conf b/conf/machine/verdin-imx8mm.conf
index cd2b296..4033ae9 100644
--- a/conf/machine/verdin-imx8mm.conf
+++ b/conf/machine/verdin-imx8mm.conf
@@ -84,8 +84,6 @@ IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
PREFERRED_VERSION_u-boot-toradex = "2022.04%"
# With use-mainline-bsp build mainline U-Boot
PREFERRED_VERSION_u-boot-toradex:use-mainline-bsp = "2022.07%"
-# if using the mainline u-boot, build imx-boot from within u-boot
-MACHINEOVERRIDES:prepend:use-mainline-bsp = "imx-boot-container:"
# variables to control imx-boot with u-boot
ATF_LOAD_ADDR = "0x920000"
IMX_EXTRA_FIRMWARE = "firmware-imx-8m"
diff --git a/conf/machine/verdin-imx8mp.conf b/conf/machine/verdin-imx8mp.conf
index b62a140..0a1d4fd 100644
--- a/conf/machine/verdin-imx8mp.conf
+++ b/conf/machine/verdin-imx8mp.conf
@@ -85,8 +85,6 @@ IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
PREFERRED_VERSION_u-boot-toradex = "2022.04%"
# With use-mainline-bsp build mainline U-Boot
PREFERRED_VERSION_u-boot-toradex:use-mainline-bsp = "2022.07%"
-# if using the mainline u-boot, build imx-boot from within u-boot
-MACHINEOVERRIDES:prepend:use-mainline-bsp = "imx-boot-container:"
# variables to control imx-boot with u-boot
ATF_LOAD_ADDR = "0x920000"
IMX_EXTRA_FIRMWARE = "firmware-imx-8m"