Add main menu

This commit is contained in:
Such Meme, Many Skill
2019-08-18 20:00:16 +02:00
parent a094ac4496
commit 7a35d2b00c
8 changed files with 61 additions and 28 deletions

View File

@@ -14,6 +14,9 @@
#include "../mem/emc.h"
#include "../mem/sdram.h"
#include "../soc/t210.h"
#include "../sec/se.h"
#include "../utils/types.h"
#include "../keys/key_sources.inl"
extern void reloc_patcher(u32 payload_dst, u32 payload_src, u32 payload_size);
extern boot_cfg_t b_cfg;
@@ -76,4 +79,4 @@ int launch_payload(char *path, bool update)
}
return 4;
}
}