From 341f0f98a3c1f28a5ea7cd684b3fd8314f7494c0 Mon Sep 17 00:00:00 2001
From: Dave Jones <dave.jones@canonical.com>
Date: Wed, 17 Jul 2024 11:42:27 +0100
Subject: [PATCH] Switch Core 24 from fkms to kms

The fkms overlay has not been supported upstream since buster, and is
not supported at all on the Pi 5.

Fixes: #115
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1695083..4360512 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ CORE_CFG := \
 	common \
 	$(if $(call ge,$(SERIES_RELEASE),22.04),serial-console,) \
 	$(if $(call ge,$(SERIES_RELEASE),20.04),cm4-support,) \
-	fkms \
+	kms \
 	$(if $(call lt,$(SERIES_RELEASE),20.04),heartbeat-active,heartbeat-inactive) \
 	$(ARCH)
 CORE_CMD := \