073-mcfv4e_uboot_bootargs.patch 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. From 39929365081d5aa7c311ee8325c7f1a0ffb88a76 Mon Sep 17 00:00:00 2001
  2. From: Kurt Mahan <[email protected]>
  3. Date: Mon, 7 Jul 2008 23:37:30 -0600
  4. Subject: [PATCH] Enable uboot bootargs.
  5. LTIBName: mcfv4e-uboot-bootargs
  6. Signed-off-by: Kurt Mahan <[email protected]>
  7. ---
  8. arch/m68k/coldfire/config.c | 5 -----
  9. 1 files changed, 0 insertions(+), 5 deletions(-)
  10. --- a/arch/m68k/coldfire/config.c
  11. +++ b/arch/m68k/coldfire/config.c
  12. @@ -196,7 +196,6 @@ asmlinkage void __init cf_early_init(voi
  13. m68k_memory[m68k_num_memory].addr = CONFIG_SDRAM_BASE;
  14. m68k_memory[m68k_num_memory++].size = CONFIG_SDRAM_SIZE;
  15. -#if 0
  16. if (!uboot_commandline(m68k_command_line)) {
  17. #if defined(CONFIG_BOOTPARAM)
  18. strncpy(m68k_command_line, CONFIG_BOOTPARAM_STRING, CL_SIZE-1);
  19. @@ -204,10 +203,6 @@ asmlinkage void __init cf_early_init(voi
  20. strcpy(m68k_command_line, DEFAULT_COMMAND_LINE);
  21. #endif
  22. }
  23. -#endif
  24. -/* JKM -- temporary! */
  25. -strcpy(m68k_command_line, DEFAULT_COMMAND_LINE);
  26. -/* JKM -- temporary! */
  27. #if defined(CONFIG_BLK_DEV_INITRD)
  28. /* add initrd image */