Merge pull request #102 from Icenowy/spl-v2
fel: enable support for v2 SPL
This commit is contained in:
commit
cd9e6099e8
2
fel.c
2
fel.c
@ -816,7 +816,7 @@ void aw_fel_process_spl_and_uboot(feldev_handle *dev, const char *filename)
|
||||
*/
|
||||
#define SPL_SIGNATURE "SPL" /* marks "sunxi" header */
|
||||
#define SPL_MIN_VERSION 1 /* minimum required version */
|
||||
#define SPL_MAX_VERSION 1 /* maximum supported version */
|
||||
#define SPL_MAX_VERSION 2 /* maximum supported version */
|
||||
bool have_sunxi_spl(feldev_handle *dev, uint32_t spl_addr)
|
||||
{
|
||||
uint8_t spl_signature[4];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user