From b44df3093dc94a9581380b3a128bac25db77e1a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E8=8F=9C=E8=90=9D=20=E5=8D=9C=E5=86=AC=E7=93=9C?= Date: Wed, 19 Feb 2025 10:11:33 +0800 Subject: [PATCH] station-m2: delete the redundant function. --- config/boards/station-m2.csc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/boards/station-m2.csc b/config/boards/station-m2.csc index fb41692032f0..d4e22bb11074 100644 --- a/config/boards/station-m2.csc +++ b/config/boards/station-m2.csc @@ -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'