[PATCH 2/7] change-name.patch

Andy Green andy at openmoko.com
Mon Aug 18 00:24:09 CEST 2008


Signed-off-by: Andy Green <andy at openmoko.com>
---

 src/start_kboot.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/start_kboot.c b/src/start_kboot.c
index 12806ce..683b2f7 100644
--- a/src/start_kboot.c
+++ b/src/start_kboot.c
@@ -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




More information about the openmoko-kernel mailing list