diff mbox series

Config.in.legacy: fix selection of firmware-imx

Message ID 20210118203212.5213-1-romain.naour@gmail.com
State Accepted
Headers show
Series Config.in.legacy: fix selection of firmware-imx | expand

Commit Message

Romain Naour Jan. 18, 2021, 8:32 p.m. UTC
In order to select firmware-imx we have to select freescale-imx first.

Reported-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 Config.in.legacy | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Jan. 18, 2021, 9:15 p.m. UTC | #1
On Mon, 18 Jan 2021 21:32:12 +0100
Romain Naour <romain.naour@gmail.com> wrote:

> In order to select firmware-imx we have to select freescale-imx first.
> 
> Reported-by: Gary Bisson <gary.bisson@boundarydevices.com>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
>  Config.in.legacy | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/Config.in.legacy b/Config.in.legacy
index a322d18cb3..7c87f3de38 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -149,6 +149,7 @@  comment "Legacy options removed in 2021.02"
 config BR2_PACKAGE_LINUX_FIRMWARE_IMX_SDMA
 	bool "imx sdma firmware is provided by firmware-imx"
 	select BR2_LEGACY
+	select BR2_PACKAGE_FREESCALE_IMX
 	select BR2_PACKAGE_FIRMWARE_IMX
 	help
 	  linux-firmware provide the same firmware as firmware-imx.