From 32cb2fa93c6c6c3f70ee974896f414b85f7f4dac Mon Sep 17 00:00:00 2001 From: Andy Green Date: Fri, 28 Nov 2008 10:16:35 +0000 Subject: [PATCH] change-name.patch Signed-off-by: Andy Green --- qiboot/src/start_kboot.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/qiboot/src/start_kboot.c b/qiboot/src/start_kboot.c index 12806ce..683b2f7 100644 --- a/qiboot/src/start_kboot.c +++ b/qiboot/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