From 347330a61122cadbee538baae020415cb71b380a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 28 Sep 2025 23:20:25 +0100 Subject: [PATCH] coreboot/x2e_n150: rename config to fspgop because it's using fspgop init code, not libgfxinit this is enabled by the previous patch, which now properly handles seabios payloads when dealing with this. Signed-off-by: Leah Rowe --- config/coreboot/x2e_n150/config/{libgfxinit_corebootfb => fspgop} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config/coreboot/x2e_n150/config/{libgfxinit_corebootfb => fspgop} (100%) diff --git a/config/coreboot/x2e_n150/config/libgfxinit_corebootfb b/config/coreboot/x2e_n150/config/fspgop similarity index 100% rename from config/coreboot/x2e_n150/config/libgfxinit_corebootfb rename to config/coreboot/x2e_n150/config/fspgop