diff options
| author | Leah Rowe <leah@libreboot.org> | 2025-04-12 14:24:10 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2025-04-12 14:24:10 +0100 | 
| commit | 3d03dd1a507e1d7469abb1a4dbae06ef39f11e5b (patch) | |
| tree | 3ad169e39a0db5e49958e93258748baa59ea64c4 /mk | |
| parent | f0c629dcc6c3f2242a735567cdd6855fa108d1a5 (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-x | mk | 7 | 
1 files changed, 0 insertions, 7 deletions
| @@ -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 | 
