aboutsummaryrefslogtreecommitdiff
path: root/board-qemu
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2017-04-26 13:08:51 +1000
committerAlexey Kardashevskiy <aik@ozlabs.ru>2017-04-26 14:29:25 +1000
commit2f1e6a73f2090bcd87eb4185763c744a290c13ad (patch)
treee1120519f8fec246315602420dbfc65192f2bfeb /board-qemu
parent975b31f80aff26addee5d70c34de9cd1b0a204ca (diff)
downloadSLOF-2f1e6a73f2090bcd87eb4185763c744a290c13ad.zip
SLOF-2f1e6a73f2090bcd87eb4185763c744a290c13ad.tar.gz
SLOF-2f1e6a73f2090bcd87eb4185763c744a290c13ad.tar.bz2
logo: Update the logo
This removes old ugly logo to save precious boot cycles and make it easier to do automation scripts. This removes logo for both QEMU and JS2x boards. As .banner does not call .slof-logo anymore, this also removes redefinitions of .banner. While we are here, this updates a year in the copyright notice for the QEMU board. This also removes some spaces from the standard banner. Suggested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Reviewed-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'board-qemu')
-rw-r--r--board-qemu/slof/OF.fs8
-rw-r--r--board-qemu/slof/copyright-oss.fs2
2 files changed, 1 insertions, 9 deletions
diff --git a/board-qemu/slof/OF.fs b/board-qemu/slof/OF.fs
index 5959003..5be56ed 100644
--- a/board-qemu/slof/OF.fs
+++ b/board-qemu/slof/OF.fs
@@ -70,16 +70,8 @@ cistack ciregs >r1 ! \ kernel wants a stack :-)
200 cp
-#include <slof-logo.fs>
-
-201 cp
-
#include <banner.fs>
-: .banner .slof-logo .banner ;
-
-220 cp
-
DEFER find-boot-sector ( -- )
240 cp
diff --git a/board-qemu/slof/copyright-oss.fs b/board-qemu/slof/copyright-oss.fs
index e45b194..e315b1c 100644
--- a/board-qemu/slof/copyright-oss.fs
+++ b/board-qemu/slof/copyright-oss.fs
@@ -10,7 +10,7 @@
\ * IBM Corporation - initial implementation
\ ****************************************************************************/
-cr .( Copyright (c) char ) emit .( 2004, 2011 IBM Corporation All rights reserved.)
+cr .( Copyright (c) char ) emit .( 2004, 2017 IBM Corporation All rights reserved.)
cr .( This program and the accompanying materials are made available)
cr .( under the terms of the BSD License available at)
cr .( http://www.opensource.org/licenses/bsd-license.php)