From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sat, 01 Nov 2008 16:21:12 +0100 Subject: [U-Boot] Pull request: nand flash In-Reply-To: <20081031214037.GA4178@ld0162-tx32.am.freescale.net> References: <20081031214037.GA4178@ld0162-tx32.am.freescale.net> Message-ID: <20081101152112.CCDB1832E40C@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Scott Wood, In message <20081031214037.GA4178@ld0162-tx32.am.freescale.net> you wrote: > One more patch got added to the previous pull request. > > The following changes since commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c: > Bartlomiej Sieka (1): > Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX) > > are available in the git repository at: > > git://git.denx.de/u-boot-nand-flash.git master > > Alessandro Rubini (1): > NAND: Allow NAND and OneNAND to coexist > > Haiying Wang (1): > NAND: Fix CONFIG_ENV_ADDR for MPC8572DS > > Jason Jin (1): > NAND: Add NAND support for MPC8536DS board > > Scott Wood (1): > JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled. > > board/freescale/mpc8536ds/law.c | 1 + > board/freescale/mpc8536ds/tlb.c | 5 +++ > fs/jffs2/jffs2_1pass.c | 12 +++---- > include/configs/MPC8536DS.h | 56 ++++++++++++++++++++++++++++++- > include/configs/MPC8572DS.h | 2 +- > include/linux/mtd/nand.h | 70 +-------------------------------------- > 6 files changed, 67 insertions(+), 79 deletions(-) Done, thanks. 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 There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies and the other is to make it so complicated that there are no obvious defi- ciencies. - Charles Anthony Richard Hoare