Skip to content

Commit

Permalink
nitrogen8m: remove 3g UBOOT_CONFIG
Browse files Browse the repository at this point in the history
No longer supported defconfig.

Signed-off-by: Chris Dimich <[email protected]>
  • Loading branch information
chrisdimich committed Nov 7, 2023
1 parent 7be84be commit 5b1f358
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions conf/machine/nitrogen8m.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ PREFERRED_PROVIDER_imx-atf ??= "imx-atf-boundary"
SPL_BINARY = "spl/u-boot-spl.bin"
UBOOT_SUFFIX = "bin"

UBOOT_CONFIG ??= "2g 2gr0 3g 4g som_2g som_2gr0 som_4g som_sd_2g som_sd_4g"
UBOOT_CONFIG ??= "2g 2gr0 4g som_2g som_2gr0 som_4g som_sd_2g som_sd_4g"
UBOOT_CONFIG[2g] = "${MACHINE}_2g_defconfig,sdcard"
UBOOT_CONFIG[2gr0] = "${MACHINE}_2gr0_defconfig,sdcard"
UBOOT_CONFIG[3g] = "${MACHINE}_3g_defconfig,sdcard"
UBOOT_CONFIG[4g] = "${MACHINE}_4g_defconfig,sdcard"
UBOOT_CONFIG[som_2g] = "${MACHINE}_som_2g_defconfig,sdcard"
UBOOT_CONFIG[som_2gr0] = "${MACHINE}_som_2gr0_defconfig,sdcard"
Expand All @@ -56,7 +55,6 @@ IMAGE_BOOT_FILES:append = " \
upgrade.scr-${MACHINE};upgrade.scr \
flash.bin-${MACHINE}-2g;u-boot.${MACHINE}_2g \
flash.bin-${MACHINE}-2gr0;u-boot.${MACHINE}_2gr0 \
flash.bin-${MACHINE}-3g;u-boot.${MACHINE}_3g \
flash.bin-${MACHINE}-4g;u-boot.${MACHINE}_4g \
flash.bin-${MACHINE}-som_2g;u-boot.${MACHINE}_som_2g \
flash.bin-${MACHINE}-som_2gr0;u-boot.${MACHINE}_som_2gr0 \
Expand Down

0 comments on commit 5b1f358

Please sign in to comment.