--- linux-2.6.13-simtec2/arch/arm/mach-s3c2410/mach-bast.c 2005-10-02 17:14:14.000000000 +0100 +++ linux-2.6.13-simtec3/arch/arm/mach-s3c2410/mach-bast.c 2005-10-03 10:55:00.000000000 +0100 @@ -574,4 +574,7 @@ .init_irq = s3c24xx_init_irq, .init_machine = bast_init, .timer = &s3c24xx_timer, +#ifdef CONFIG_BAST_CMDLINE_OVERRIDE + .cmdline = CONFIG_BAST_CMDLINE, +#endif MACHINE_END --- linux-2.6.13-simtec2/arch/arm/mach-s3c2410/Kconfig 2005-10-02 15:22:16.000000000 +0100 +++ linux-2.6.13-simtec3/arch/arm/mach-s3c2410/Kconfig 2005-10-03 10:54:32.000000000 +0100 @@ -118,6 +118,19 @@ +comment "Machine Command Lines" + +config BAST_CMDLINE_OVERRIDE + bool "Over-ride default commandline for Simtec BAST" + depends on ARCH_BAST + +config BAST_CMDLINE + string "Defaut Command Line for Simtec BAST" + depends on ARCH_BAST && BAST_CMDLINE_OVERRIDE + help + This option sets the default command line used if the + kernel is booted on an Simtec BAST (EB2410ITX) +