Commit 3ba3dde4 authored by Henrik Nordstrom's avatar Henrik Nordstrom
Browse files

felboot: Show u-boot version banner

parent e42ec9b7
......@@ -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("\nU-Boot FEL " PLAIN_VERSION " (" U_BOOT_DATE " - " \
U_BOOT_TIME ")\n");
}
void hang(void)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment