From 3d03dd1a507e1d7469abb1a4dbae06ef39f11e5b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 12 Apr 2025 14:24:10 +0100 Subject: 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 --- mk | 7 ------- 1 file changed, 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 -- cgit v1.2.1