diff options
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 0000000..34d1e3b --- /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 */ |