Skip to content

Commit

Permalink
emgw3.conf: Fix u-boot config and use append style for MACHINEOVERRIDES
Browse files Browse the repository at this point in the history
With the switch to kirkstone, the upstream BSP changed the u-boot config
used by the machine we include in emgw3.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 16, 2024
1 parent d41659b commit eb3ec05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layers/meta-balena-fsl-arm/conf/machine/emgw3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#@SOC: i.MX8 MM
#@DESCRIPTION: Machine configuration for Boundary EM GW 3

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-em.dtb"
UBOOT_CONFIG[sd] = "em_2gr0_defconfig"
UBOOT_CONFIG = "emgw3"
UBOOT_CONFIG[emgw3] = "em_2gr0_defconfig,sdcard"

0 comments on commit eb3ec05

Please sign in to comment.