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 /conf/machine/imx7ulpevk.conf | |
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>
Diffstat (limited to 'conf/machine/imx7ulpevk.conf')
-rw-r--r-- | conf/machine/imx7ulpevk.conf | 3 |
1 files changed, 0 insertions, 3 deletions
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" |