summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-04-12 14:24:10 +0100
committerLeah Rowe <leah@libreboot.org>2025-04-12 14:24:10 +0100
commit3d03dd1a507e1d7469abb1a4dbae06ef39f11e5b (patch)
tree3ad169e39a0db5e49958e93258748baa59ea64c4 /mk
parentf0c629dcc6c3f2242a735567cdd6855fa108d1a5 (diff)
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>
Diffstat (limited to 'mk')
-rwxr-xr-xmk7
1 files changed, 0 insertions, 7 deletions
diff --git a/mk b/mk
index 6dfe0382..72dae8b2 100755
--- a/mk
+++ b/mk
@@ -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