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
3ba3dde4
Commit
3ba3dde4
authored
May 23, 2013
by
Henrik Nordstrom
Browse files
felboot: Show u-boot version banner
parent
e42ec9b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
felboot/main.c
View file @
3ba3dde4
...
...
@@ -18,6 +18,7 @@
*/
#include <common.h>
#include <version.h>
__attribute__
((
section
(
".text.start"
)))
void
_start
(
void
)
{
...
...
@@ -37,6 +38,8 @@ void sunxi_wemac_initialize(void)
void
preloader_console_init
(
void
)
{
uart_init
();
puts
(
"
\n
U-Boot FEL "
PLAIN_VERSION
" ("
U_BOOT_DATE
" - "
\
U_BOOT_TIME
")
\n
"
);
}
void
hang
(
void
)
...
...
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