fusee/exo: fix up dram id names/mappings

This commit is contained in:
Michael Scire 2022-10-11 15:37:45 -07:00 committed by SciresM
parent 275c0234cb
commit 0ebbbc839f
3 changed files with 12 additions and 6 deletions

View file

@ -80,7 +80,7 @@ namespace ams::nxboot {
}
/* Check that the key generation is one that we can use. */
static_assert(pkg1::KeyGeneration_Count == 14);
static_assert(pkg1::KeyGeneration_Count == 15);
if (key_generation >= pkg1::KeyGeneration_Count) {
return false;
}