diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
commit | 78c388aed2b7184182c08428db1de6c872d815f5 (patch) | |
tree | 4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /include/asm-sparc/linux_logo.h | |
parent | eb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff) |
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'include/asm-sparc/linux_logo.h')
-rw-r--r-- | include/asm-sparc/linux_logo.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/asm-sparc/linux_logo.h b/include/asm-sparc/linux_logo.h index 2d400d9fd..456c97350 100644 --- a/include/asm-sparc/linux_logo.h +++ b/include/asm-sparc/linux_logo.h @@ -1,4 +1,4 @@ -/* $Id: linux_logo.h,v 1.5 1998/07/30 16:30:40 jj Exp $ +/* $Id: linux_logo.h,v 1.6 1998/08/20 04:44:39 ecd Exp $ * include/asm-sparc/linux_logo.h: This is a linux logo * to be displayed on boot. * @@ -1026,10 +1026,10 @@ unsigned char linux_logo_bw[] __initdata = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, }; -unsigned char linux_logo16_red[0]; -unsigned char linux_logo16_green[0]; -unsigned char linux_logo16_blue[0]; -unsigned char linux_logo16[0]; +unsigned char linux_logo16_red[1]; +unsigned char linux_logo16_green[1]; +unsigned char linux_logo16_blue[1]; +unsigned char linux_logo16[1]; #else |