helios4/machiattobin-doubleshot/rpi4b remove legacy BRANCH (#4453)

- family code for those boards does not have such legacy anymore
This commit is contained in:
Ricardo Pardini
2022-11-16 18:39:15 +01:00
committed by GitHub
parent 8bb79baeb9
commit 854fef5d5f
3 changed files with 3 additions and 3 deletions

View File

@@ -7,4 +7,4 @@ MODULES_LEGACY="marvell_cesa lm75"
MODULES_CURRENT="marvell_cesa lm75"
HAS_VIDEO_OUTPUT="no"
FORCE_BOOTSCRIPT_UPDATE="yes"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge"

View File

@@ -3,4 +3,4 @@ BOARD_NAME="Macchiatobin DS"
BOARDFAMILY="mvebu64"
BOOTCONFIG="mvebu_mcbin-88f8040_defconfig"
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="legacy,current,edge"
KERNEL_TARGET="current,edge"

View File

@@ -1,7 +1,7 @@
# Broadcom BCM2711 quad core 1-8Gb RAM SoC USB3 GBE USB-C WiFi/BT
export BOARD_NAME="Raspberry Pi 4"
export BOARDFAMILY="bcm2711"
export KERNEL_TARGET="legacy,current,edge"
export KERNEL_TARGET="current,edge"
export FK__MACHINE_MODEL="Raspberry Pi 4 Model B" # flash kernel (FK) configuration
export ASOUND_STATE="asound.state.rpi"