mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/freescale-imx/imx-seco: add the imx8dxl b0 revsision ahab image
Update the selection of the ahab container images for the imx8dxl
asics. The initial support assumed these were imx8 but this is
actually the imx8x architecture as well. This was fixed when run on
the first tests against the imx8dxl SoCs.
Files from upstream:
mx8dxla0-ahab-container.img
mx8dxla1-ahab-container.img
mx8dxlb0-ahab-container.img
The B0 revision should be considered the latest
Signed-off-by: Charles Hardin <ckhardin@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
70ff5377f2
commit
794b9e9932
@@ -22,11 +22,15 @@ choice
|
||||
|
||||
config BR2_PACKAGE_IMX_SECO_MX8DXLA0
|
||||
bool "imx-seco-mx8dxla0"
|
||||
depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8
|
||||
depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
|
||||
|
||||
config BR2_PACKAGE_IMX_SECO_MX8DXLA1
|
||||
bool "imx-seco-mx8dxla1"
|
||||
depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8
|
||||
depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
|
||||
|
||||
config BR2_PACKAGE_IMX_SECO_MX8DXLB0
|
||||
bool "imx-seco-mx8dxlb0"
|
||||
depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
|
||||
|
||||
config BR2_PACKAGE_IMX_SECO_MX8QMB0
|
||||
bool "imx-seco-mx8qmb0"
|
||||
@@ -46,6 +50,7 @@ config BR2_PACKAGE_IMX_SECO_AHAB_CONTAINER_IMAGE
|
||||
string
|
||||
default "mx8dxla0-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8DXLA0
|
||||
default "mx8dxla1-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8DXLA1
|
||||
default "mx8dxlb0-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8DXLB0
|
||||
default "mx8qmb0-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8QMB0
|
||||
default "mx8qxb0-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8QXB0
|
||||
default "mx8qxc0-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8QXC0
|
||||
|
||||
Reference in New Issue
Block a user