[kernel] update targets to 2.6.30.1, update patches
[openwrt-10.03/.git] / target / linux / sibyte / patches / 002-sibyte_remove_standalone_support.patch
index e9d63113fddf6a409bf1e0963fed55ae0c1d0803..2c46ccf66d599e34f9a2cb9d6d0884db67a04eb0 100644 (file)
@@ -103,7 +103,7 @@ Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
 -lib-$(CONFIG_SIBYTE_CFE_CONSOLE)      += console.o
 --- a/arch/mips/sibyte/cfe/setup.c
 +++ /dev/null
-@@ -1,350 +0,0 @@
+@@ -1,344 +0,0 @@
 -/*
 - * Copyright (C) 2000, 2001, 2002, 2003 Broadcom Corporation
 - *
@@ -394,13 +394,7 @@ Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
 -       */
 -      cfe_cons_handle = cfe_getstdhandle(CFE_STDHANDLE_CONSOLE);
 -      if (cfe_getenv("LINUX_CMDLINE", arcs_cmdline, CL_SIZE) < 0) {
--              if (argc < 0) {
--                      /*
--                       * It's OK for direct boot to not provide a
--                       *  command line
--                       */
--                      strcpy(arcs_cmdline, "root=/dev/ram0 ");
--              } else {
+-              if (argc >= 0) {
 -                      /* The loader should have set the command line */
 -                      /* too early for panic to do any good */
 -                      printk("LINUX_CMDLINE not defined in cfe.");