From e5d9e48205cf3e40e6a627cb285b9da0094c66f1 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Tue, 13 Aug 2019 14:31:30 -0300 Subject: 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 --- conf/machine/imx7ulpevk.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf/machine/imx7ulpevk.conf') diff --git a/conf/machine/imx7ulpevk.conf b/conf/machine/imx7ulpevk.conf index 5ff5bf1da..34353b3bf 100644 --- a/conf/machine/imx7ulpevk.conf +++ b/conf/machine/imx7ulpevk.conf @@ -22,8 +22,5 @@ UBOOT_CONFIG[sd] = "mx7ulp_evk_config,sdcard" UBOOT_CONFIG[emmc] = "mx7ulp_evk_emmc_config,sdcard" UBOOT_CONFIG[mfgtool] = "mx7ulp_evk_config" -# Install brcm firmware -MACHINE_FIRMWARE_append = " firmware-imx-brcm" - # Set Serial console SERIAL_CONSOLES = "115200;ttyLP0" -- cgit v1.2.3-54-g00ecf