From 2165568b1c445ebfa1ea190a22fb0b75f68e9cea Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 28 Apr 2024 11:48:48 +0800 Subject: [PATCH] fixup! VIM3: remove hdmi resolution service --- config/boards/VIM3.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/config/boards/VIM3.inc b/config/boards/VIM3.inc index cc96272f..da5f22c7 100644 --- a/config/boards/VIM3.inc +++ b/config/boards/VIM3.inc @@ -27,7 +27,6 @@ tweaks_platform() { execute_in_chroot "systemctl --no-reload enable panel.service" if [ "$DISTRIB_TYPE" != "server" ]; then execute_in_chroot "systemctl --no-reload enable tone2-control.service" - execute_in_chroot "systemctl --no-reload enable hdmi_resolution.service" fi fi