aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/platform/68VZ328/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68knommu/platform/68VZ328/config.c')
-rw-r--r--arch/m68knommu/platform/68VZ328/config.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/m68knommu/platform/68VZ328/config.c b/arch/m68knommu/platform/68VZ328/config.c
index 8abe0f6e7235..79dced929c97 100644
--- a/arch/m68knommu/platform/68VZ328/config.c
+++ b/arch/m68knommu/platform/68VZ328/config.c
@@ -191,13 +191,6 @@ void config_BSP(char *command, int size)
{
printk(KERN_INFO "68VZ328 DragonBallVZ support (c) 2001 Lineo, Inc.\n");
-#if defined(CONFIG_BOOTPARAM)
- strncpy(command, CONFIG_BOOTPARAM_STRING, size);
- command[size-1] = 0;
-#else
- memset(command, 0, size);
-#endif
-
init_hardware(command, size);
mach_sched_init = (void *) m68328_timer_init;