diff options
Diffstat (limited to 'src/mainboard/lenovo/haswell/mainboard.c')
-rw-r--r-- | src/mainboard/lenovo/haswell/mainboard.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/lenovo/haswell/mainboard.c b/src/mainboard/lenovo/haswell/mainboard.c deleted file mode 100644 index e9ff4f5cbe..0000000000 --- a/src/mainboard/lenovo/haswell/mainboard.c +++ /dev/null @@ -1,16 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ - -#include <device/device.h> -#include <drivers/intel/gma/int15.h> -#include <ec/lenovo/h8/h8.h> - -static void mainboard_enable(struct device *dev) -{ - install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_EDP, - GMA_INT15_PANEL_FIT_DEFAULT, - GMA_INT15_BOOT_DISPLAY_DEFAULT, 0); -} - -struct chip_operations mainboard_ops = { - .enable_dev = mainboard_enable, -}; |