Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
cd9e6099
Commit
cd9e6099
authored
Aug 15, 2017
by
Chen-Yu Tsai
Committed by
GitHub
Aug 15, 2017
Browse files
Merge pull request #102 from Icenowy/spl-v2
fel: enable support for v2 SPL
parents
d9b1d7e7
c8ada384
Changes
1
Show whitespace changes
Inline
Side-by-side
fel.c
View file @
cd9e6099
...
...
@@ -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
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment