diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-23 21:04:37 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-23 21:04:37 +0000 |
commit | c49f135f72f98633653300bab5b0ac993b03c6be (patch) | |
tree | 50929b27bcea9ab4dc74b041d6e90967473301fa /target/linux/coldfire/patches/073-mcfv4e_uboot_bootargs.patch | |
parent | 50f2abfa16a2b509955312d1776beeece662c61b (diff) | |
download | upstream-c49f135f72f98633653300bab5b0ac993b03c6be.tar.gz upstream-c49f135f72f98633653300bab5b0ac993b03c6be.tar.bz2 upstream-c49f135f72f98633653300bab5b0ac993b03c6be.zip |
use broken-out patches for the coldfire to make it easier to follow differences against the bsp
SVN-Revision: 16547
Diffstat (limited to 'target/linux/coldfire/patches/073-mcfv4e_uboot_bootargs.patch')
-rw-r--r-- | target/linux/coldfire/patches/073-mcfv4e_uboot_bootargs.patch | 32 |
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 0000000000..34d1e3b306 --- /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 */ |