Minor stuff

This commit is contained in:
Aurora
2016-09-12 16:13:41 +02:00
parent 4367ea6afa
commit a09fc6ebcb
5 changed files with 16 additions and 16 deletions

View File

@@ -325,7 +325,7 @@ void patchCode(u64 progId, u8 *code, u32 size)
0xE0, 0x1E, 0xFF, 0x2F, 0xE1, 0x01, 0x01
};
static const u8 mostRecentFpdVer = 0x06;
u8 mostRecentFpdVer = 0x06;
u8 *fpdVer = memsearch(code, fpdVerPattern, size, sizeof(fpdVerPattern));
@@ -348,7 +348,7 @@ void patchCode(u64 progId, u8 *code, u32 size)
const u32 currentNand = BOOTCFG_NAND;
const u32 matchingFirm = BOOTCFG_FIRM == (currentNand != 0);
u16 *verString;
static const u16 *verString;
switch(currentNand)
{
case 1: