From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zachary Landau Date: Thu, 24 Feb 2005 21:20:29 -0500 Subject: [U-Boot-Users] Multiple Flash Devices In-Reply-To: <20050224223153.88EFEC1430@atlas.denx.de> References: <20050224223153.88EFEC1430@atlas.denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > config that already deals with this? I looked around, but there are a > > lot of configs and I easily could have missed what I was looking for. > > See for example "board/cpu86/flash.c" The difference in my case is that I would like to make use of the drivers already included with u-boot for one of the flash devices. In my case, the external flash uses the CFI driver. I then wrote another flash driver to access the internal flash. In the cpu86 example, they wrote drivers for both flash devices. I could do that, if necessary, but it seems better to reuse as much of the existing code as possible. -- Zachary P. Landau