diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-01-27 00:47:12 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-01-27 22:42:43 +0100 |
commit | 024558cdc2bda76216aad0bbbaa7c6ad09b97056 (patch) | |
tree | 7e6da806314096197ec9f6520b915c2c27cf3647 /packages/kexecboot/linux-kexecboot-2.6.23 | |
parent | a8056a506be839170dca74e420f43743fd8b9572 (diff) |
linux-kexecboot: bootlogo patches
- logo will appear for just 1 second...
- for 2.6.23, 2.6.24, 2.6.26
- custom logo for Angstrom distro
Diffstat (limited to 'packages/kexecboot/linux-kexecboot-2.6.23')
3 files changed, 8 insertions, 10 deletions
diff --git a/packages/kexecboot/linux-kexecboot-2.6.23/akita/defconfig b/packages/kexecboot/linux-kexecboot-2.6.23/akita/defconfig index ddc7ba01b1..67b8f9ca54 100644 --- a/packages/kexecboot/linux-kexecboot-2.6.23/akita/defconfig +++ b/packages/kexecboot/linux-kexecboot-2.6.23/akita/defconfig @@ -1079,8 +1079,7 @@ CONFIG_FONT_8x16=y CONFIG_LOGO=y CONFIG_LOGO_LINUX_MONO=y CONFIG_LOGO_LINUX_VGA16=y -# CONFIG_LOGO_LINUX_CLUT224 is not set -CONFIG_LOGO_OHAND_CLUT224=y +CONFIG_LOGO_LINUX_CLUT224=y # # Sound diff --git a/packages/kexecboot/linux-kexecboot-2.6.23/c7x0/defconfig b/packages/kexecboot/linux-kexecboot-2.6.23/c7x0/defconfig index a541a10e7c..7afd558d31 100644 --- a/packages/kexecboot/linux-kexecboot-2.6.23/c7x0/defconfig +++ b/packages/kexecboot/linux-kexecboot-2.6.23/c7x0/defconfig @@ -657,7 +657,10 @@ CONFIG_FONT_8x16=y # CONFIG_FONT_SUN8x16 is not set # CONFIG_FONT_SUN12x22 is not set # CONFIG_FONT_10x18 is not set -# CONFIG_LOGO is not set +CONFIG_LOGO=y +# CONFIG_LOGO_LINUX_MONO is not set +# CONFIG_LOGO_LINUX_VGA16 is not set +CONFIG_LOGO_LINUX_CLUT224=y # # Sound diff --git a/packages/kexecboot/linux-kexecboot-2.6.23/spitz/defconfig b/packages/kexecboot/linux-kexecboot-2.6.23/spitz/defconfig index d3512f2a4b..874e8b7a5e 100644 --- a/packages/kexecboot/linux-kexecboot-2.6.23/spitz/defconfig +++ b/packages/kexecboot/linux-kexecboot-2.6.23/spitz/defconfig @@ -1078,13 +1078,9 @@ CONFIG_FONT_8x16=y # CONFIG_FONT_SUN12x22 is not set # CONFIG_FONT_10x18 is not set CONFIG_LOGO=y -CONFIG_LOGO_LINUX_MONO=y -CONFIG_LOGO_LINUX_VGA16=y -# CONFIG_LOGO_LINUX_CLUT224 is not set -CONFIG_LOGO_OHAND_CLUT224=y -# CONFIG_LOGO_OZ240_CLUT224 is not set -# CONFIG_LOGO_OZ480_CLUT224 is not set -# CONFIG_LOGO_OZ640_CLUT224 is not set +# CONFIG_LOGO_LINUX_MONO is not set +# CONFIG_LOGO_LINUX_VGA16 is not set +CONFIG_LOGO_LINUX_CLUT224=y # # Sound |