diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-08-01 16:20:40 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-01 16:20:40 -0300 |
| commit | d29b35edfea90bc975ccf12e86f9d2ef085f0f50 (patch) | |
| tree | 17cd02b72b2be6482a9d4fcd84ac6df776d48755 | |
| parent | d70a83fbfd3bc35713bf43b63bfa482232e26ae3 (diff) | |
| parent | 1650359bc3eba454522f0db51846497549275caa (diff) | |
| download | meta-freescale-d29b35edfea90bc975ccf12e86f9d2ef085f0f50.tar.gz | |
Merge pull request #1158 from Freescale/topic/fix-u-boot-imx
imx8m*-evk: allow switch between `u-boot-imx` and `u-boot-fslc`
| -rw-r--r-- | conf/machine/include/imx8mm-evk.inc | 6 | ||||
| -rw-r--r-- | conf/machine/include/imx8mn-evk.inc | 6 | ||||
| -rw-r--r-- | conf/machine/include/imx8mp-evk.inc | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/conf/machine/include/imx8mm-evk.inc b/conf/machine/include/imx8mm-evk.inc index 6d317f111..f124b8f6c 100644 --- a/conf/machine/include/imx8mm-evk.inc +++ b/conf/machine/include/imx8mm-evk.inc | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | MACHINEOVERRIDES =. "imx-boot-container:mx8mm:" | 1 | MACHINEOVERRIDES =. "mx8mm:" |
| 2 | |||
| 3 | # FIXME: u-boot-imx should be converted to `binman` and then we can | ||
| 4 | # avoid this specific overrides and handle it in a generic way. | ||
| 5 | MACHINEOVERRIDES =. "${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', 'u-boot-imx', '', 'imx-boot-container:', d)}" | ||
| 2 | 6 | ||
| 3 | require conf/machine/include/imx-base.inc | 7 | require conf/machine/include/imx-base.inc |
| 4 | require conf/machine/include/arm/armv8a/tune-cortexa53.inc | 8 | require conf/machine/include/arm/armv8a/tune-cortexa53.inc |
diff --git a/conf/machine/include/imx8mn-evk.inc b/conf/machine/include/imx8mn-evk.inc index 2f2c02f9a..261c9b53c 100644 --- a/conf/machine/include/imx8mn-evk.inc +++ b/conf/machine/include/imx8mn-evk.inc | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | MACHINEOVERRIDES =. "imx-boot-container:mx8mn:" | 1 | MACHINEOVERRIDES =. "mx8mn:" |
| 2 | |||
| 3 | # FIXME: u-boot-imx should be converted to `binman` and then we can | ||
| 4 | # avoid this specific overrides and handle it in a generic way. | ||
| 5 | MACHINEOVERRIDES =. "${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', 'u-boot-imx', '', 'imx-boot-container:', d)}" | ||
| 2 | 6 | ||
| 3 | require conf/machine/include/imx-base.inc | 7 | require conf/machine/include/imx-base.inc |
| 4 | require conf/machine/include/arm/armv8a/tune-cortexa53.inc | 8 | require conf/machine/include/arm/armv8a/tune-cortexa53.inc |
diff --git a/conf/machine/include/imx8mp-evk.inc b/conf/machine/include/imx8mp-evk.inc index d93557d22..1b83e677d 100644 --- a/conf/machine/include/imx8mp-evk.inc +++ b/conf/machine/include/imx8mp-evk.inc | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | MACHINEOVERRIDES =. "imx-boot-container:mx8mp:" | 1 | MACHINEOVERRIDES =. "mx8mp:" |
| 2 | |||
| 3 | # FIXME: u-boot-imx should be converted to `binman` and then we can | ||
| 4 | # avoid this specific overrides and handle it in a generic way. | ||
| 5 | MACHINEOVERRIDES =. "${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', 'u-boot-imx', '', 'imx-boot-container:', d)}" | ||
| 2 | 6 | ||
| 3 | require conf/machine/include/imx-base.inc | 7 | require conf/machine/include/imx-base.inc |
| 4 | require conf/machine/include/arm/armv8a/tune-cortexa53.inc | 8 | require conf/machine/include/arm/armv8a/tune-cortexa53.inc |
