diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-22 12:00:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-22 12:00:40 +0100 |
commit | a96029501d215f16535ab3a879ac384e042c7df1 (patch) | |
tree | f2ddece91cc03e60461c282d59dc12fac233befa /target/linux/patches/2.6.35.7 | |
parent | 93766456424ace2eb274f78aee96e9f2b6079567 (diff) | |
parent | 657cec41e61aaf926e39f8be8931df5e3422a097 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/patches/2.6.35.7')
-rw-r--r-- | target/linux/patches/2.6.35.7/startup.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/patches/2.6.35.7/startup.patch b/target/linux/patches/2.6.35.7/startup.patch index cbfd4b5bf..68e8987b0 100644 --- a/target/linux/patches/2.6.35.7/startup.patch +++ b/target/linux/patches/2.6.35.7/startup.patch @@ -13,7 +13,7 @@ diff -Nur linux-2.6.34.orig/init/main.c linux-2.6.34/init/main.c if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) printk(KERN_WARNING "Warning: unable to open an initial console.\n"); -+ printk(KERN_WARNING "Starting Linux (build with OpenADK).\n"); ++ printk(KERN_WARNING "Starting Linux (built with OpenADK).\n"); + (void) sys_dup(0); (void) sys_dup(0); |