Skip to content

Commit dbeb250

Browse files
committed
add release cert
1 parent 34aeb33 commit dbeb250

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

board/build.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ obj/gitversion.h:
3838
endif
3939

4040
obj/cert.h: tools/getcertheader.py
41-
./tools/getcertheader.py $(CERT) > $@
41+
./tools/getcertheader.py $(CERT).pub > $@
4242

4343
obj/bootstub.$(PROJ_NAME).o: bootstub.c early.h obj/cert.h
4444
$(CC) $(CFLAGS) -o $@ -c $<

certs/release.pub

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDGN9GU2nOc0kKq6vdZI5qUMzHt234ngqofrgCFFxL0D2Whex0zACp9gar0HZp+bvtpoSgU/Ev8wexNKr+A9QTradljiuxi5ctrOra9k+wxqNj63Wrcu4+wU5UnJEVf/buV4jCOFffMT8z3PO4imt8LzHuEIC/m/ASKVYyvuvBRQQ== batman@y840

0 commit comments

Comments
 (0)