summaryrefslogtreecommitdiffstats
path: root/target/linux/coldfire/patches/073-mcfv4e_uboot_bootargs.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-06-23 21:04:37 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-06-23 21:04:37 +0000
commit343c185b7d7383b1f5b5144e837045af28afc42b (patch)
tree6d3382662fa3ad4119d3a3cda223c53949ca4894 /target/linux/coldfire/patches/073-mcfv4e_uboot_bootargs.patch
parent145f9652a593d19b149d2f25febd4aa0c1ab57d1 (diff)
use broken-out patches for the coldfire to make it easier to follow differences against the bsp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16547 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/coldfire/patches/073-mcfv4e_uboot_bootargs.patch')
-rw-r--r--target/linux/coldfire/patches/073-mcfv4e_uboot_bootargs.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/target/linux/coldfire/patches/073-mcfv4e_uboot_bootargs.patch b/target/linux/coldfire/patches/073-mcfv4e_uboot_bootargs.patch
new file mode 100644
index 000000000..34d1e3b30
--- /dev/null
+++ b/target/linux/coldfire/patches/073-mcfv4e_uboot_bootargs.patch
@@ -0,0 +1,32 @@
+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 */