diff options
author | Daiane Angolini <daiane.angolini@nxp.com> | 2019-08-13 14:31:30 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-08-15 14:48:12 -0300 |
commit | e5d9e48205cf3e40e6a627cb285b9da0094c66f1 (patch) | |
tree | 1faff23998b077f07a666c1355f8c8f88c4c0e14 | |
parent | 81bbefbbc5749e46423fc85eafd858297b4ae840 (diff) | |
download | meta-freescale-e5d9e48205cf3e40e6a627cb285b9da0094c66f1.tar.gz |
imx6sllevk:imx7dsabresd:imx7ulpevk: Remove firmware-imx-brcm dependency
The Broadcom support was removed by
d94f748d14d89fd2c62f03ddf181706626b0de91 so we do not need to install it
on images any more.
Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
-rw-r--r-- | conf/machine/imx6sllevk.conf | 2 | ||||
-rw-r--r-- | conf/machine/imx7dsabresd.conf | 1 | ||||
-rw-r--r-- | conf/machine/imx7ulpevk.conf | 3 |
3 files changed, 1 insertions, 5 deletions
diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf index 9fa96fc6..f55e274f 100644 --- a/conf/machine/imx6sllevk.conf +++ b/conf/machine/imx6sllevk.conf | |||
@@ -9,7 +9,7 @@ MACHINEOVERRIDES =. "mx6:mx6sll:" | |||
9 | include conf/machine/include/imx-base.inc | 9 | include conf/machine/include/imx-base.inc |
10 | include conf/machine/include/tune-cortexa9.inc | 10 | include conf/machine/include/tune-cortexa9.inc |
11 | 11 | ||
12 | MACHINE_FIRMWARE_append = " firmware-imx-epdc firmware-imx-brcm" | 12 | MACHINE_FIRMWARE_append = " firmware-imx-epdc" |
13 | 13 | ||
14 | KERNEL_DEVICETREE = "imx6sll-evk.dtb imx6sll-evk-btwifi.dtb imx6sll-evk-reva.dtb" | 14 | KERNEL_DEVICETREE = "imx6sll-evk.dtb imx6sll-evk-btwifi.dtb imx6sll-evk-reva.dtb" |
15 | 15 | ||
diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf index be9a6703..2a4f8e6c 100644 --- a/conf/machine/imx7dsabresd.conf +++ b/conf/machine/imx7dsabresd.conf | |||
@@ -25,4 +25,3 @@ UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" | |||
25 | UBOOT_CONFIG[epdc] = "mx7dsabresd_epdc_config" | 25 | UBOOT_CONFIG[epdc] = "mx7dsabresd_epdc_config" |
26 | UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config" | 26 | UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config" |
27 | 27 | ||
28 | MACHINE_EXTRA_RRECOMMENDS += "firmware-imx-brcm" | ||
diff --git a/conf/machine/imx7ulpevk.conf b/conf/machine/imx7ulpevk.conf index 5ff5bf1d..34353b3b 100644 --- a/conf/machine/imx7ulpevk.conf +++ b/conf/machine/imx7ulpevk.conf | |||
@@ -22,8 +22,5 @@ UBOOT_CONFIG[sd] = "mx7ulp_evk_config,sdcard" | |||
22 | UBOOT_CONFIG[emmc] = "mx7ulp_evk_emmc_config,sdcard" | 22 | UBOOT_CONFIG[emmc] = "mx7ulp_evk_emmc_config,sdcard" |
23 | UBOOT_CONFIG[mfgtool] = "mx7ulp_evk_config" | 23 | UBOOT_CONFIG[mfgtool] = "mx7ulp_evk_config" |
24 | 24 | ||
25 | # Install brcm firmware | ||
26 | MACHINE_FIRMWARE_append = " firmware-imx-brcm" | ||
27 | |||
28 | # Set Serial console | 25 | # Set Serial console |
29 | SERIAL_CONSOLES = "115200;ttyLP0" | 26 | SERIAL_CONSOLES = "115200;ttyLP0" |