mk: remove the legacy "roms" command

we don't need it. the documentation only tells you
now to run ./mk -b coreboot target1 target2 etc

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-04-12 14:24:10 +01:00
parent f0c629dcc6
commit 3d03dd1a50
-7
View File
@@ -44,13 +44,6 @@ main()
download)
shift 1
vendor_download "$@" ;;
roms)
if [ $# -gt 1 ] && [ "$2" = "serprog" ]; then
mk -b stm32-vserprog pico-serprog
else
shift 1
x_ ./mk -b coreboot "$@"
fi ;;
*)
[ -f "$spath" ] || $err "bad command"
$shcmd