1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 10:22:48 +02:00

change-name.patch

Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green 2008-11-28 10:16:35 +00:00 committed by Andy Green
parent 957929aeaf
commit 32cb2fa93c

View File

@ -157,9 +157,14 @@ void start_kboot(void)
port_init();
serial_init(UART2);
puts("Openmoko KBOOT "stringify2(BUILD_HOST)" "
puts("Qi Bootloader "stringify2(BUILD_HOST)" "
stringify2(BUILD_VERSION)" "
stringify2(BUILD_DATE)"\n");
stringify2(BUILD_DATE));
puts("Copyright (C) 2008 Openmoko, Inc.");
puts("This is free software; see the source for copying conditions.\n"
"There is NO warranty; not even for MERCHANTABILITY or\n"
"FITNESS FOR A PARTICULAR PURPOSE.\n");
/*
* We got the first 4KBytes of the bootloader pulled into the
* steppingstone SRAM for free. Now we pull the whole bootloader