* [U-Boot] [PATCH 1/7] nand_spl: remove static for nand_load
@ 2010-08-16 8:02 Haiying Wang
2010-08-16 10:09 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Haiying Wang @ 2010-08-16 8:02 UTC (permalink / raw)
To: u-boot
so it can be called in other file.
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
---
nand_spl/nand_boot_fsl_elbc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/nand_spl/nand_boot_fsl_elbc.c b/nand_spl/nand_boot_fsl_elbc.c
index 9547d44..efac293 100644
--- a/nand_spl/nand_boot_fsl_elbc.c
+++ b/nand_spl/nand_boot_fsl_elbc.c
@@ -47,7 +47,7 @@ static void nand_wait(void)
}
}
-static void nand_load(unsigned int offs, int uboot_size, uchar *dst)
+void nand_load(unsigned int offs, int uboot_size, uchar *dst)
{
fsl_lbc_t *regs = LBC_BASE_ADDR;
uchar *buf = (uchar *)CONFIG_SYS_NAND_BASE;
--
1.7.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH 1/7] nand_spl: remove static for nand_load
2010-08-16 8:02 [U-Boot] [PATCH 1/7] nand_spl: remove static for nand_load Haiying Wang
@ 2010-08-16 10:09 ` Wolfgang Denk
2010-08-17 3:52 ` Haiying Wang
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2010-08-16 10:09 UTC (permalink / raw)
To: u-boot
Dear Haiying Wang,
In message <1281945721.24612.11.camel@localhost.localdomain> you wrote:
> so it can be called in other file.
>
> Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
> ---
> nand_spl/nand_boot_fsl_elbc.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
That commit should be squashed with the other one that actually makes
use of this.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Winners never talk about glorious victories. That's because they're
the ones who see what the battlefield looks like afterwards. It's
only the losers who have glorious victories.
- Terry Pratchett, _Small Gods_
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH 1/7] nand_spl: remove static for nand_load
2010-08-16 10:09 ` Wolfgang Denk
@ 2010-08-17 3:52 ` Haiying Wang
0 siblings, 0 replies; 3+ messages in thread
From: Haiying Wang @ 2010-08-17 3:52 UTC (permalink / raw)
To: u-boot
On Mon, 2010-16-08 at 12:09 +0200, Wolfgang Denk wrote:
> Dear Haiying Wang,
>
> In message <1281945721.24612.11.camel@localhost.localdomain> you wrote:
> > so it can be called in other file.
> >
> > Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
> > ---
> > nand_spl/nand_boot_fsl_elbc.c | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
>
> That commit should be squashed with the other one that actually makes
> use of this.
>
Will squash this one with patch 3/7 for sram boot.
Thanks.
Haiying
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-08-17 3:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-16 8:02 [U-Boot] [PATCH 1/7] nand_spl: remove static for nand_load Haiying Wang
2010-08-16 10:09 ` Wolfgang Denk
2010-08-17 3:52 ` Haiying Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox