From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Revert wrong removal of nand_init and nand_deselect
Date: Sat, 11 May 2013 22:23:54 +0200 [thread overview]
Message-ID: <20130511222354.14b6de5c@lilith> (raw)
In-Reply-To: <1368282590-7364-1-git-send-email-albert.u.boot@aribaud.net>
On Sat, 11 May 2013 16:29:50 +0200, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> The manual resolution in commit ec7023db wrongly removed functions
> nand_init and nand_deselect from file drivers/mtd/nand/mxc_nand_spl.c.
> Revert this removal.
>
> Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
> ---
> drivers/mtd/nand/mxc_nand_spl.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/mtd/nand/mxc_nand_spl.c b/drivers/mtd/nand/mxc_nand_spl.c
> index f13d5fc..ba725e9 100644
> --- a/drivers/mtd/nand/mxc_nand_spl.c
> +++ b/drivers/mtd/nand/mxc_nand_spl.c
> @@ -359,3 +359,6 @@ void nand_boot(void)
> }
> }
> #endif
> +
> +void nand_init(void) {}
> +void nand_deselect(void) {}
Applied to u-boot-arm/master.
Amicalement,
--
Albert.
prev parent reply other threads:[~2013-05-11 20:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-11 14:29 [U-Boot] [PATCH] Revert wrong removal of nand_init and nand_deselect Albert ARIBAUD
2013-05-11 20:11 ` stefano babic
2013-05-11 20:23 ` Albert ARIBAUD [this message]
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=20130511222354.14b6de5c@lilith \
--to=albert.u.boot@aribaud.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox