Skip to content

Commit

Permalink
nitrogen8mm-dwe.conf: Fix u-boot config and use append style for MACH…
Browse files Browse the repository at this point in the history
…INEOVERRIDES

With the switch to kirkstone, the upstream BSP changed the u-boot config
used by the machine we include in nitrogen8mm-dwe.conf
Also let's use an append style for MACHINEOVERRIDES which makes it clearer

Signed-off-by: Florin Sarbu <florin@balena.io>
  • Loading branch information
floion committed Jun 18, 2024
1 parent 18115e0 commit e271867
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layers/meta-balena-fsl-arm/conf/machine/nitrogen8mm-dwe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#@SOC: i.MX8 MQ
#@DESCRIPTION: Machine configuration for Boundary Devices Nitrogen8MM DWE

MACHINEOVERRIDES = "nitrogen8mm:${MACHINE}"
MACHINEOVERRIDES =. "nitrogen8mm:"

include conf/machine/nitrogen8mm.conf

Expand All @@ -14,4 +14,5 @@ KERNEL_DEVICETREE = " \

# Override default Nitrogen8MM u-boot configuration
UBOOT_DTB_NAME = "imx8mm-dwe.dtb"
UBOOT_CONFIG[sd] = "dwe_1gch1_defconfig"
UBOOT_CONFIG = "dwe"
UBOOT_CONFIG[dwe] = "dwe_1gch1_defconfig,sdcard"

0 comments on commit e271867

Please sign in to comment.