[brcm63xx] add a profile with no Wi-Fi drivers enabled, useful for bcm6338
[openwrt.git] / target / linux / coldfire / patches / 073-mcfv4e_uboot_bootargs.patch
1 From 39929365081d5aa7c311ee8325c7f1a0ffb88a76 Mon Sep 17 00:00:00 2001
2 From: Kurt Mahan <kmahan@freescale.com>
3 Date: Mon, 7 Jul 2008 23:37:30 -0600
4 Subject: [PATCH] Enable uboot bootargs.
5
6 LTIBName: mcfv4e-uboot-bootargs
7 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
8 ---
9 arch/m68k/coldfire/config.c | 5 -----
10 1 files changed, 0 insertions(+), 5 deletions(-)
11
12 --- a/arch/m68k/coldfire/config.c
13 +++ b/arch/m68k/coldfire/config.c
14 @@ -196,7 +196,6 @@ asmlinkage void __init cf_early_init(voi
15 m68k_memory[m68k_num_memory].addr = CONFIG_SDRAM_BASE;
16 m68k_memory[m68k_num_memory++].size = CONFIG_SDRAM_SIZE;
17
18 -#if 0
19 if (!uboot_commandline(m68k_command_line)) {
20 #if defined(CONFIG_BOOTPARAM)
21 strncpy(m68k_command_line, CONFIG_BOOTPARAM_STRING, CL_SIZE-1);
22 @@ -204,10 +203,6 @@ asmlinkage void __init cf_early_init(voi
23 strcpy(m68k_command_line, DEFAULT_COMMAND_LINE);
24 #endif
25 }
26 -#endif
27 -/* JKM -- temporary! */
28 -strcpy(m68k_command_line, DEFAULT_COMMAND_LINE);
29 -/* JKM -- temporary! */
30
31 #if defined(CONFIG_BLK_DEV_INITRD)
32 /* add initrd image */
This page took 0.059387 seconds and 5 git commands to generate.