Skip to content

Commit

Permalink
Remove old path flags
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Oct 12, 2023
1 parent c9cfa4b commit 35232eb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/provision/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ const (
)

var (
recoveryImagePath = flag.String("recovery_image", "../armory-ums/armory-ums.imx", "Location of the recovery imx file.")
bootloaderPath = flag.String("bootloader", "../armored-witness-boot/armored-witness-boot.imx", "Location of the bootloader imx file.")
trustedAppletPath = flag.String("trusted_applet", "../armored-witness-applet/bin/trusted_applet.elf", "Location of the trusted applet ELF file.")
trustedOSPath = flag.String("trusted_os", "../armored-witness-os/bin/trusted_os.elf", "Location of the trusted OS ELF file.")

firmwareLogURL = flag.String("firmware_log_url", "", "URL of the firmware transparency log to scan for firmware artefacts.")
firmwareLogOrigin = flag.String("firmware_log_origin", "", "Origin string for the firmware transparency log.")
firmwareLogVerifier = flag.String("firmware_log_verifier", "", "Checkpoint verifier key for the firmware transparency log.")
Expand Down

0 comments on commit 35232eb

Please sign in to comment.