[ 3.5.y.z extended stable ] Patch "remoteproc: fix FW_CONFIG typo" has been added to staging queue

Luis Henriques luis.henriques at canonical.com
Thu Apr 11 09:09:20 UTC 2013


This is a note to let you know that I have just added a patch titled

    remoteproc: fix FW_CONFIG typo

to the linux-3.5.y-queue branch of the 3.5.y.z extended stable tree 
which can be found at:

 http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.5.y-queue

If you, or anyone else, feels it should not be added to this tree, please 
reply to this email.

For more information about the 3.5.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Luis

------

>From 703eb2724f9d7805bd28e7deb1762f71c7e91b76 Mon Sep 17 00:00:00 2001
From: Robert Tivy <rtivy at ti.com>
Date: Thu, 28 Mar 2013 18:41:43 -0700
Subject: [PATCH] remoteproc: fix FW_CONFIG typo

commit c7426bce5933d16b492a34e42ae77e26fceddff6 upstream.

Fix obvious typo introduced in commit e121aefa7d9f10eee5cf26ed47129237a05d940b
("remoteproc: fix missing CONFIG_FW_LOADER configurations").

Signed-off-by: Robert Tivy <rtivy at ti.com>
[cc stable, slight subject change]
Signed-off-by: Ohad Ben-Cohen <ohad at wizery.com>
[ luis: adjust context ]
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
 drivers/remoteproc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index 811ff72..324d84e 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -4,7 +4,7 @@ menu "Remoteproc drivers (EXPERIMENTAL)"
 config REMOTEPROC
 	tristate
 	depends on EXPERIMENTAL
-	select FW_CONFIG
+	select FW_LOADER
 	select VIRTIO

 config OMAP_REMOTEPROC
--
1.8.1.2





More information about the kernel-team mailing list