--- /dev/null
+From 4a6353dad68074bb7ae08817cd7beb5cd13f2359 Mon Sep 17 00:00:00 2001
+From: Otavio Salvador <otavio@ossystems.com.br>
+Date: Mon, 18 Jun 2012 12:02:56 -0300
+Subject: [PATCH] NFS: Fix nfsroot support
+
+The NFS support to use alternative ports breaks building of regular
+NFS root support as the API has been change in an incompatible way.
+
+Upstream-Status: Inappropriate [embedded specific]
+
+Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
+---
+ fs/nfs/nfsroot.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/fs/nfs/nfsroot.c b/fs/nfs/nfsroot.c
+index df101d9..e1578e1 100644
+--- a/fs/nfs/nfsroot.c
++++ b/fs/nfs/nfsroot.c
+@@ -506,7 +506,7 @@ static int __init root_nfs_get_handle(void)
+ if (!request.fh)
+ goto out;
+ set_sockaddr(&sin, servaddr, htons(mount_port));
+- status = nfs_mount(&request);
++ status = nfs_mount(&request, NFS_MNT_PROGRAM);
+ if (status < 0)
+ printk(KERN_ERR "Root-NFS: Server returned error %d "
+ "while mounting %s\n", status, nfs_export_path);
+--
+1.7.10
+
DESCRIPTION = "Linux kernel for imx platforms"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
-PR = "r22"
+PR = "r23"
inherit kernel
COMPATIBLE_MACHINE = "(mxs|mx5)"
SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git;tag=rel_imx_2.6.35_11.09.01 \
file://0002-cgroupfs-create-sys-fs-cgroup-to-mount-cgroupfs-on.patch \
file://egalax_ts-enable-single-event-support.patch \
+ file://NFS-Fix-nfsroot-support.patch \
file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \
file://1130-ENGR00157473-MX5X-UART-disable-UART2-DMA-to-make-G.patch \
file://1132-ENGR00155891-mx53_loco-enable-mc34708-s-WDI-functio.patch \