diff mbox

[v9,2/6] remoteproc: Change typo FW_CONFIG to FW_LOADER for REMOTEPROC

Message ID 1364521307-1219-3-git-send-email-rtivy@ti.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Tivy, Robert March 29, 2013, 1:41 a.m. UTC
Fix obvious typo introduced in commit e121aefa7d9f10eee5cf26ed47129237a05d940b
("remoteproc: fix missing CONFIG_FW_LOADER configurations").

Signed-off-by: Robert Tivy <rtivy@ti.com>
---
 drivers/remoteproc/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ohad Ben Cohen April 7, 2013, 12:13 p.m. UTC | #1
On Fri, Mar 29, 2013 at 4:41 AM, Robert Tivy <rtivy@ti.com> wrote:
> Fix obvious typo introduced in commit e121aefa7d9f10eee5cf26ed47129237a05d940b
> ("remoteproc: fix missing CONFIG_FW_LOADER configurations").
>
> Signed-off-by: Robert Tivy <rtivy@ti.com>

Applied, thanks.

BTW - we don't usually want to directly cc stable@vger.kernel.org.
Instead we just add a Cc tag in the commit log (fixed before
applying).
diff mbox

Patch

diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index cc1f7bf..c6d77e2 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -4,7 +4,7 @@  menu "Remoteproc drivers"
 config REMOTEPROC
 	tristate
 	depends on HAS_DMA
-	select FW_CONFIG
+	select FW_LOADER
 	select VIRTIO
 
 config OMAP_REMOTEPROC