mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
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:
@@ -44,13 +44,6 @@ main()
|
|||||||
download)
|
download)
|
||||||
shift 1
|
shift 1
|
||||||
vendor_download "$@" ;;
|
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"
|
[ -f "$spath" ] || $err "bad command"
|
||||||
$shcmd
|
$shcmd
|
||||||
|
|||||||
Reference in New Issue
Block a user