diff options
author | Leah Rowe <leah@libreboot.org> | 2024-11-04 05:44:39 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-11-04 05:44:39 +0000 |
commit | cdd8cb9086f44cfc6e44fb195186727b1cb60d61 (patch) | |
tree | 72864d249d30abb79e84da6b1290f7c68328f93f | |
parent | c0017c73578a91c4a40bf033f641ce293cd3df2e (diff) |
The fsp module is unnecessary on coreboot/default, and
therefore constitutes a waste of disk space.
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | config/submodule/coreboot/default/fsp/module.cfg | 3 | ||||
-rw-r--r-- | config/submodule/coreboot/default/module.list | 1 |
2 files changed, 0 insertions, 4 deletions
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 |