aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/etrax/patches/cris/012-splash.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-05-03 15:48:42 +0000
committerJohn Crispin <blogic@openwrt.org>2008-05-03 15:48:42 +0000
commiteabf4cf7e9d8801dc3bd22fd811627effb6549ce (patch)
treec50ed089043900fb7d8cd03dc05fecf64b4aa9e0 /target/linux/etrax/patches/cris/012-splash.patch
parentf58d9097ea621e0ecbbb3359a14b488802fae201 (diff)
downloadupstream-eabf4cf7e9d8801dc3bd22fd811627effb6549ce.tar.gz
upstream-eabf4cf7e9d8801dc3bd22fd811627effb6549ce.tar.bz2
upstream-eabf4cf7e9d8801dc3bd22fd811627effb6549ce.zip
remove old etrax patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11027 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/etrax/patches/cris/012-splash.patch')
-rw-r--r--target/linux/etrax/patches/cris/012-splash.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/etrax/patches/cris/012-splash.patch b/target/linux/etrax/patches/cris/012-splash.patch
deleted file mode 100644
index 73c3f9fabe..0000000000
--- a/target/linux/etrax/patches/cris/012-splash.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -urN linux-2.6.19.2.orig/arch/cris/arch-v10/boot/compressed/misc.c linux-2.6.19.2/arch/cris/arch-v10/boot/compressed/misc.c
---- linux-2.6.19.2.orig/arch/cris/arch-v10/boot/compressed/misc.c 2007-05-28 22:35:23.000000000 +0200
-+++ linux-2.6.19.2/arch/cris/arch-v10/boot/compressed/misc.c 2007-05-28 22:40:43.000000000 +0200
-@@ -266,8 +266,16 @@
- puts("You need an ETRAX 100LX to run linux 2.6\n");
- while(1);
- }
-+ puts("\r\n _ _ _ \r\n");
-+ puts(" | | (_) | \r\n");
-+ puts(" __ _ ___ _ __ ___ ___ ___ _ _ ___| |_ ___ _ __ ___ ___ _| |_\r\n");
-+ puts(" / _` |/ __| '_ ` _ \\ / _ \\/ __| | | / __| __/ _ \\ '_ ` _ \\/ __| | | __|\r\n");
-+ puts(" | (_| | (__| | | | | | __/\\__ \\ |_| \\__ \\ || __/ | | | | \\__ \\_| | |_ \r\n");
-+ puts(" \\__,_|\\___|_| |_| |_|\\___||___/\\__, |___/\\__\\___|_| |_| |_|___(_)_|\\__|\r\n");
-+ puts(" __/ | \r\n");
-+ puts(" |___/ FOXBOARD @ www.acmesystems.it \r\n");
-
-- puts("Uncompressing Linux...\n");
-+ puts("Uncompressing Linux...\r\n");
- gunzip();
-- puts("Done. Now booting the kernel.\n");
-+ puts("Done. Now booting the kernel.\r\n");
- }