public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Revert wrong removal of nand_init and nand_deselect
@ 2013-05-11 14:29 Albert ARIBAUD
  2013-05-11 20:11 ` stefano babic
  2013-05-11 20:23 ` Albert ARIBAUD
  0 siblings, 2 replies; 3+ messages in thread
From: Albert ARIBAUD @ 2013-05-11 14:29 UTC (permalink / raw)
  To: u-boot

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) {}
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] Revert wrong removal of nand_init and nand_deselect
  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
  1 sibling, 0 replies; 3+ messages in thread
From: stefano babic @ 2013-05-11 20:11 UTC (permalink / raw)
  To: u-boot

Am 11/05/2013 16:29, schrieb Albert ARIBAUD:
> 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) {}
> 

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] Revert wrong removal of nand_init and nand_deselect
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Albert ARIBAUD @ 2013-05-11 20:23 UTC (permalink / raw)
  To: u-boot

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-11 20:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox