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>
25.04_branch
Leah Rowe 2025-04-12 14:24:10 +01:00
parent 4cb9db2ba2
commit d4dba9140c
1 changed files with 0 additions and 7 deletions

7
mk
View File

@ -40,13 +40,6 @@ main()
xbmk_inject)
shift 1
xbmk_inject "$@" ;;
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