From: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] mx6sabre_common.h: Add CONFIG_CMD_FUSE support
Date: Tue, 17 Dec 2013 22:31:55 +0100 (CET) [thread overview]
Message-ID: <300278141.157704.1387315915650.JavaMail.zimbra@advansee.com> (raw)
In-Reply-To: <1387310621-13214-2-git-send-email-festevam@gmail.com>
Hi Fabio,
On Tuesday, December 17, 2013 9:03:41 PM, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Add CONFIG_CMD_FUSE option, so that the fuse API can be used.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> include/configs/mx6sabre_common.h | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/include/configs/mx6sabre_common.h
> b/include/configs/mx6sabre_common.h
> index d52c9a8..63405aa 100644
> --- a/include/configs/mx6sabre_common.h
> +++ b/include/configs/mx6sabre_common.h
> @@ -34,6 +34,11 @@
>
> #define CONFIG_MXC_UART
>
> +#define CONFIG_CMD_FUSE
> +#ifdef CONFIG_CMD_FUSE
> +#define CONFIG_MXC_OCOTP
> +#endif
> +
> /* MMC Configs */
> #define CONFIG_FSL_ESDHC
> #define CONFIG_FSL_USDHC
> --
> 1.8.1.2
Reviewed-by: Beno?t Th?baudeau <benoit.thebaudeau@advansee.com>
Best regards,
Beno?t
next prev parent reply other threads:[~2013-12-17 21:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-17 20:03 [U-Boot] [PATCH 1/2] doc: README.fuse: Add an example on how to use the fuse API on mx6q Fabio Estevam
2013-12-17 20:03 ` [U-Boot] [PATCH 2/2] mx6sabre_common.h: Add CONFIG_CMD_FUSE support Fabio Estevam
2013-12-17 21:31 ` Benoît Thébaudeau [this message]
2013-12-17 21:18 ` [U-Boot] [PATCH 1/2] doc: README.fuse: Add an example on how to use the fuse API on mx6q Benoît Thébaudeau
2013-12-19 9:49 ` Stefano Babic
2013-12-20 20:48 ` Fabio Estevam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=300278141.157704.1387315915650.JavaMail.zimbra@advansee.com \
--to=benoit.thebaudeau@advansee.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.