From 1c055e55a242a33e574e48be530e06770a210dcd Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 03:26:26 +0000 Subject: [PATCH] add r8169 read mac form eeprom --- kernel/drivers/gpu/arm/bifrost/platform/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/gpu/arm/bifrost/platform/Kconfig b/kernel/drivers/gpu/arm/bifrost/platform/Kconfig index 5f0118d..3e1bd23 100644 --- a/kernel/drivers/gpu/arm/bifrost/platform/Kconfig +++ b/kernel/drivers/gpu/arm/bifrost/platform/Kconfig @@ -20,7 +20,7 @@ # Add your platform specific Kconfig file here # -# "drivers/gpu/arm/midgard/platform/xxx/Kconfig" +# "drivers/gpu/arm/bifrost/platform/xxx/Kconfig" # # Where xxx is the platform name is the name set in MALI_PLATFORM_NAME # -- Gitblit v1.6.2