summaryrefslogtreecommitdiff
path: root/util/flash_fp_mcu
diff options
context:
space:
mode:
Diffstat (limited to 'util/flash_fp_mcu')
-rw-r--r--util/flash_fp_mcu1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/flash_fp_mcu b/util/flash_fp_mcu
index 902f3697dd..16768d756c 100644
--- a/util/flash_fp_mcu
+++ b/util/flash_fp_mcu
@@ -651,7 +651,6 @@ main() {
echo "Failed to get platform name"
exit "${EXIT_CONFIG}"
fi
- PLATFORM_NAME="${PLATFORM_NAME%-kernelnext}"
readonly PLATFORM_NAME
if ! PLATFORM_BASE_NAME="$(platform_base_name "${PLATFORM_NAME}")"; then