Skip to content

Commit

Permalink
nitrogen8mp: add 8mp smarc uboot support
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Dimich <[email protected]>
  • Loading branch information
Chris Dimich committed Aug 4, 2023
1 parent b3cca20 commit 3ab0b12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conf/machine/nitrogen8mp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ PREFERRED_PROVIDER_imx-atf ??= "imx-atf-boundary"
SPL_BINARY = "spl/u-boot-spl.bin"
UBOOT_SUFFIX = "bin"

UBOOT_CONFIG ??= "2g 2gr0 4g 8g"
UBOOT_CONFIG ??= "2g 2gr0 4g 8g smarc"
UBOOT_CONFIG[2g] = "${MACHINE}_2g_defconfig,sdcard"
UBOOT_CONFIG[2gr0] = "${MACHINE}_2gr0_defconfig,sdcard"
UBOOT_CONFIG[4g] = "${MACHINE}_4g_defconfig,sdcard"
UBOOT_CONFIG[8g] = "${MACHINE}_8g_defconfig,sdcard"
UBOOT_CONFIG[smarc] = "imx8mp_nitrogen_smarc_2gr0_defconfig,sdcard"

ATF_PLATFORM = "imx8mp"

Expand All @@ -66,6 +67,7 @@ IMAGE_BOOT_FILES:append = " \
flash.bin-${MACHINE}-2gr0;u-boot.${MACHINE}_2gr0 \
flash.bin-${MACHINE}-4g;u-boot.${MACHINE}_4g \
flash.bin-${MACHINE}-8g;u-boot.${MACHINE}_8g \
flash.bin-${MACHINE}-smarc;u-boot.imx8mp_nitrogen_smarc_2gr0 \
"

# wic support
Expand Down

0 comments on commit 3ab0b12

Please sign in to comment.