mirror of https://github.com/hak5/openwrt.git
33 lines
1.0 KiB
Diff
33 lines
1.0 KiB
Diff
From 39929365081d5aa7c311ee8325c7f1a0ffb88a76 Mon Sep 17 00:00:00 2001
|
|
From: Kurt Mahan <kmahan@freescale.com>
|
|
Date: Mon, 7 Jul 2008 23:37:30 -0600
|
|
Subject: [PATCH] Enable uboot bootargs.
|
|
|
|
LTIBName: mcfv4e-uboot-bootargs
|
|
Signed-off-by: Kurt Mahan <kmahan@freescale.com>
|
|
---
|
|
arch/m68k/coldfire/config.c | 5 -----
|
|
1 files changed, 0 insertions(+), 5 deletions(-)
|
|
|
|
--- a/arch/m68k/coldfire/config.c
|
|
+++ b/arch/m68k/coldfire/config.c
|
|
@@ -196,7 +196,6 @@ asmlinkage void __init cf_early_init(voi
|
|
m68k_memory[m68k_num_memory].addr = CONFIG_SDRAM_BASE;
|
|
m68k_memory[m68k_num_memory++].size = CONFIG_SDRAM_SIZE;
|
|
|
|
-#if 0
|
|
if (!uboot_commandline(m68k_command_line)) {
|
|
#if defined(CONFIG_BOOTPARAM)
|
|
strncpy(m68k_command_line, CONFIG_BOOTPARAM_STRING, CL_SIZE-1);
|
|
@@ -204,10 +203,6 @@ asmlinkage void __init cf_early_init(voi
|
|
strcpy(m68k_command_line, DEFAULT_COMMAND_LINE);
|
|
#endif
|
|
}
|
|
-#endif
|
|
-/* JKM -- temporary! */
|
|
-strcpy(m68k_command_line, DEFAULT_COMMAND_LINE);
|
|
-/* JKM -- temporary! */
|
|
|
|
#if defined(CONFIG_BLK_DEV_INITRD)
|
|
/* add initrd image */
|