Signed-off-by: Andy Green <[EMAIL PROTECTED]>
---
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