From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bradley Remedios Date: Thu, 7 Oct 2004 13:52:01 -0700 Subject: [U-Boot-Users] board/board/flash.c Message-ID: <963b33870410071352372f6bbc@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello All, If we only have Nand flash on our board, does board/ourboard/flash.c really have to be implemented? Shouldn't it be sufficient to just use cmd_nand.c and env_nand.c? For our configuration, U-Boot will actually come up and running from SDRAM itself as we will be using a Primary Bootloader to load U-Boot from Nand Flash. So the only functionality that we should really need is reading and writing to nand flash for writing downloaded images and booting kernels. Regards, -- Bradley Remedios bremedios at gmail.com