From d268f5eb28bc95b2d72bae022fce1768a5cb7147 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 30 Sep 2023 15:36:53 +0100 Subject: build/boot/roms: move usage() to include/boot.sh Signed-off-by: Leah Rowe --- script/build/boot/roms | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'script/build/boot/roms') diff --git a/script/build/boot/roms b/script/build/boot/roms index 6f9e7467..d4261757 100755 --- a/script/build/boot/roms +++ b/script/build/boot/roms @@ -62,28 +62,4 @@ confirm_targets() done } -usage() -{ - cat <<- EOF - USAGE: ./build boot roms target - To build *all* boards, do this: ./build boot roms all - To list *all* boards, do this: ./build boot roms list - - Optional Flags: - -d: displaymode - -p: payload - -k: keyboard layout - - Example commands: - ./build boot roms x60 - ./build boot roms x200_8mb x60 - ./build boot roms x60 -p grub -d corebootfb -k usqwerty - - possible values for 'target': - $(listitems "config/coreboot") - - Refer to the ${projectname} documentation for more information. - EOF -} - main $@ -- cgit v1.2.1