0015-lenovo-x230-fix-the-data.vbt-path-for-the-EDP-varian.patch 870 B

1234567891011121314151617181920212223242526
  1. From b8bb450bef9f9a486917115bfe78519838558300 Mon Sep 17 00:00:00 2001
  2. From: Alexei Sorokin <sor.alexei@meowr.ru>
  3. Date: Sun, 27 Nov 2022 18:36:26 +0300
  4. Subject: [PATCH 15/18] lenovo/x230: fix the data.vbt path for the EDP variant
  5. ---
  6. src/mainboard/lenovo/x230/Kconfig | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/src/mainboard/lenovo/x230/Kconfig b/src/mainboard/lenovo/x230/Kconfig
  9. index 4d8325ea43..409892f3ab 100644
  10. --- a/src/mainboard/lenovo/x230/Kconfig
  11. +++ b/src/mainboard/lenovo/x230/Kconfig
  12. @@ -63,7 +63,7 @@ config OVERRIDE_DEVICETREE
  13. default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
  14. config INTEL_GMA_VBT_FILE
  15. - default "variants/x230_edp/data.vbt" if BOARD_LENOVO_X230_EDP
  16. + default "src/mainboard/\$(MAINBOARDDIR)/variants/x230_edp/data.vbt" if BOARD_LENOVO_X230_EDP
  17. config USBDEBUG_HCD_INDEX
  18. int
  19. --
  20. 2.39.2