diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-12-14 16:03:50 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-01-21 08:37:58 -0300 |
commit | 80345fbe89c5ac96975f9c7ef38e8dc8d2a36346 (patch) | |
tree | 52d536e34359afa72a864605af644e1614f38767 /recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |
parent | b57002ea344326e638e2c36be27fb37562f076f5 (diff) | |
download | meta-freescale-80345fbe89c5ac96975f9c7ef38e8dc8d2a36346.tar.gz |
imx8qxpmek: Update the i.MX 8QXP default build to rev C0
The current machine configuration support for 8QXP MEK is for rev B0 silicon.
Support for rev C0 is implemented using a machine override `mx8qxpc0`.
Update the default build to rev C0 silicon. Support for rev B0 is provided
with a new machine feature `soc-revb0`. The machine override is removed.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-bsp/imx-mkimage/imx-boot_1.0.bb')
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_1.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb index a5ec9d60..5ca817ae 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |||
@@ -65,7 +65,9 @@ SOC_FAMILY_mx8m = "mx8m" | |||
65 | SOC_FAMILY_mx8x = "mx8x" | 65 | SOC_FAMILY_mx8x = "mx8x" |
66 | 66 | ||
67 | REV_OPTION ?= "" | 67 | REV_OPTION ?= "" |
68 | REV_OPTION_mx8qxpc0 = "REV=C0" | 68 | REV_OPTION_mx8qxp = \ |
69 | "${@bb.utils.contains('MACHINE_FEATURES', 'soc-revb0', '', \ | ||
70 | 'REV=C0', d)}" | ||
69 | 71 | ||
70 | compile_mx8m() { | 72 | compile_mx8m() { |
71 | bbnote 8MQ/8MM/8MN/8MP boot binary build | 73 | bbnote 8MQ/8MM/8MN/8MP boot binary build |