]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/m68knommu/platform/5249/config.c
m68knommu: make BOOTPARAM setup common
[mirror_ubuntu-artful-kernel.git] / arch / m68knommu / platform / 5249 / config.c
index d6706079d64ab4ba1f08a1a64aee8902ec57ab5e..4cdeb719512df8c4e2f5c23f6ac6f8b0740471b3 100644 (file)
@@ -96,14 +96,6 @@ int mcf_timerirqpending(int timer)
 void config_BSP(char *commandp, int size)
 {
        mcf_setimr(MCFSIM_IMR_MASKALL);
-
-#if defined(CONFIG_BOOTPARAM)
-       strncpy(commandp, CONFIG_BOOTPARAM_STRING, size);
-       commandp[size-1] = 0;
-#else
-       memset(commandp, 0, size);
-#endif
-
        mach_sched_init = coldfire_timer_init;
        mach_tick = coldfire_tick;
        mach_gettimeoffset = coldfire_timer_offset;