From: Rod Whitby Date: Wed, 15 Feb 2006 11:55:30 +0000 (+0000) Subject: ixp4xx-kernel: Changed nas100d rtc from probe to force. X-Git-Tag: Release-2010-05/1~9453^2~2354 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97b4648ec2e7a6fb232d41fd271250192f8c671d;p=openembedded.git ixp4xx-kernel: Changed nas100d rtc from probe to force. --- diff --git a/packages/linux/ixp4xx-kernel/2.6.16/94-nas100d-setup.patch b/packages/linux/ixp4xx-kernel/2.6.16/94-nas100d-setup.patch index cdca7d2766..15ddc44584 100644 --- a/packages/linux/ixp4xx-kernel/2.6.16/94-nas100d-setup.patch +++ b/packages/linux/ixp4xx-kernel/2.6.16/94-nas100d-setup.patch @@ -41,7 +41,7 @@ Signed-off-by: John Bowler + */ +static char nas100d_command_line[] __initdata = + "root=/dev/mtdblock2 rootfstype=jffs2 init=/linuxrc " -+ "rtc-pcf8563.probe=0,0x51 " ++ "rtc-pcf8563.force=0,0x51 " + CONFIG_CMDLINE; + +static void __init nas100d_fixup(struct machine_desc *desc,