Skip to content

Commit

Permalink
bump tamago dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed May 23, 2022
1 parent 18aed07 commit 343b09c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ check_hab_keys:
dcd:
echo $(GOMODCACHE)
echo $(TAMAGO_PKG)
cp -f $(GOMODCACHE)/$(TAMAGO_PKG)/board/f-secure/usbarmory/mark-two/imximage.cfg $(APP).dcd
cp -f $(GOMODCACHE)/$(TAMAGO_PKG)/board/usbarmory/mk2/imximage.cfg $(APP).dcd

clean:
rm -f $(APP)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module github.com/usbarmory/armory-ums
go 1.18

require (
github.com/usbarmory/tamago v0.0.0-20220316100121-e9baee61883d
github.com/usbarmory/tamago v0.0.0-20220523113853-2cf301ace971
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
github.com/usbarmory/tamago v0.0.0-20220316100121-e9baee61883d h1:x8WcgA2q/Nf4ytDn5qW4uOguyglQ7mIlEy4HA0D0T1U=
github.com/usbarmory/tamago v0.0.0-20220316100121-e9baee61883d/go.mod h1:Lok79mjbJnhoBGqhX5cCUsZtSemsQF5FNZW+2R1dRr8=
github.com/usbarmory/tamago v0.0.0-20220523113853-2cf301ace971 h1:GTLMWe9qe9ttgplYBOIWT7k8cj3RofAQI5I7rGDk4y8=
github.com/usbarmory/tamago v0.0.0-20220523113853-2cf301ace971/go.mod h1:Lok79mjbJnhoBGqhX5cCUsZtSemsQF5FNZW+2R1dRr8=
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/usbarmory/tamago/soc/imx6/usb"
"github.com/usbarmory/tamago/soc/imx6/usdhc"

"github.com/usbarmory/tamago/board/f-secure/usbarmory/mark-two"
usbarmory "github.com/usbarmory/tamago/board/usbarmory/mk2"
)

var cards []*usdhc.USDHC
Expand Down

0 comments on commit 343b09c

Please sign in to comment.