station-m2: delete the redundant function.

This commit is contained in:
青菜萝 卜冬瓜
2025-02-19 10:11:33 +08:00
committed by Igor
parent 26830cb918
commit b44df3093d

View File

@@ -12,14 +12,6 @@ BOOT_SCENARIO="spl-blobs"
ASOUND_STATE="asound.state.station-m2"
IMAGE_PARTITION_TABLE="gpt"
function post_family_tweaks__station_m2() {
display_alert "$BOARD" "Installing board tweaks" "info"
cp -R $SRC/packages/blobs/station/firmware/* $SDCARD/lib/firmware/
return 0
}
# Override family config for this board; let's avoid conditionals in family config.
function post_family_config__stationm2_use_radxa_vendor_uboot() {
BOOTSOURCE='https://github.com/radxa/u-boot.git'