Remove MinPlatform support

MinPlatform was only ever used for the KBL boards, and they no longer
build from this repo.

It is still possible to build coreboot-based firmware for KBL boards.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-08-03 18:52:19 -06:00
committed by Tim Crawford
parent 6a0eab38db
commit fcd8132165
11 changed files with 2 additions and 120 deletions

View File

@@ -4,7 +4,6 @@ REMOTES=(
"coreboot upstream https://github.com/coreboot/coreboot.git"
"edk2 upstream https://github.com/tianocore/edk2.git"
"edk2 mrchromebox https://github.com/MrChromebox/edk2.git"
"edk2-platforms upstream https://github.com/tianocore/edk2-platforms.git"
)
set -e