From mboxrd@z Thu Jan 1 00:00:00 1970 From: labblelabble Date: Mon, 22 Dec 2003 15:48:38 +0800 Subject: [U-Boot-Users] flash configs 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 hello : I now transport the u-boot to my own system ,and i take the rpxlite as an example. when it is to config the flash memory system ,i see the following items in the rpxlite.h: #define CFG_MAX_FLASH_BANKS 1 /* max number of memory banks */ #define CFG_MAX_FLASH_SECT 19 /* max number of sectors on one chip */ and i can.t understand it .how can i get the two args of my own flash memory systems .and if the number of SECT is just the number of flash memory blocks >?????? wish someone could give my some hint about it ...thanks a lot!!!