From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haiying Wang Date: Mon, 16 Aug 2010 23:52:45 -0400 Subject: [U-Boot] [PATCH 1/7] nand_spl: remove static for nand_load In-Reply-To: <20100816100959.3427C1606A5@gemini.denx.de> References: <1281945721.24612.11.camel@localhost.localdomain> <20100816100959.3427C1606A5@gemini.denx.de> Message-ID: <1282017165.2814.21.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > --- > > 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