From mboxrd@z Thu Jan 1 00:00:00 1970 From: CG Date: Tue, 25 May 2004 13:32:26 -0400 Subject: [U-Boot-Users] src code reference References: <20040525163155.0E245C109F@atlas.denx.de> Message-ID: <043201c4427e$3f4c3d10$6b01a8c0@cc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I need a reference board in order to understand how to initialize 2 flash devices in my board. I know that I have to modify something in the board/(Board_YYY)/flash.c driver. This driver is written to initialize only one flash and it works. Now, I would like to implement an other flash. I don't have any idea where to start. What I know, the Flash #1 is using 0x1000000 space area. The Flash #2 must use another space area : 0x30000000, 128 Mbits. Thank you Christian