Load AES keys stored in boot9.bin (#4335)

* Load AES keys stored in boot9.bin
This commit is contained in:
Ben
2018-10-17 10:13:55 +02:00
committed by GitHub
parent 2a7b87874b
commit f48157c6ea
2 changed files with 85 additions and 0 deletions

View File

@ -50,3 +50,4 @@
// Sys files
#define SHARED_FONT "shared_font.bin"
#define AES_KEYS "aes_keys.txt"
#define BOOTROM9 "boot9.bin"