From cdd8cb9086f44cfc6e44fb195186727b1cb60d61 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 4 Nov 2024 05:44:39 +0000 Subject: coreboot/default: remove unnecessary module The fsp module is unnecessary on coreboot/default, and therefore constitutes a waste of disk space. Signed-off-by: Leah Rowe --- config/submodule/coreboot/default/fsp/module.cfg | 3 --- config/submodule/coreboot/default/module.list | 1 - 2 files changed, 4 deletions(-) delete mode 100644 config/submodule/coreboot/default/fsp/module.cfg (limited to 'config') diff --git a/config/submodule/coreboot/default/fsp/module.cfg b/config/submodule/coreboot/default/fsp/module.cfg deleted file mode 100644 index 3373a1a9..00000000 --- a/config/submodule/coreboot/default/fsp/module.cfg +++ /dev/null @@ -1,3 +0,0 @@ -subrepo="https://review.coreboot.org/fsp.git" -subrepo_bkup="https://github.com/coreboot/fsp" -subhash="800c85770b458ee7f7eeb1276b46e904590d3bd7" diff --git a/config/submodule/coreboot/default/module.list b/config/submodule/coreboot/default/module.list index 599df254..6f17b546 100644 --- a/config/submodule/coreboot/default/module.list +++ b/config/submodule/coreboot/default/module.list @@ -1,5 +1,4 @@ 3rdparty/arm-trusted-firmware -3rdparty/fsp 3rdparty/intel-microcode 3rdparty/libgfxinit 3rdparty/libhwbase -- cgit v1.2.1