>  /*
>   * Bank start addresses.
>   * 4 x 32 MiB is the maximum for user and U-Boot code. Please adapt the list
>   * as well as CFG_MAX_FLASH_BANKS to your TQM. Also consider dual die chips
>   * or single die chips, e.g. one dual die chip represents two banks.
> + * The fifth bank is a separate chip for the FPGA configuration. It's
> + * controlled by chipselect 1.
>   */
same commnets as patch 04
>  #define CFG_FLASH_BANKS_LIST         {CFG_FLASH_BASE,                \
>                                       CFG_FLASH_BASE + 32*1024*1024,  \
>                                       CFG_FLASH_BASE + 64*1024*1024,  \
> -                                     CFG_FLASH_BASE + 96*1024*1024}
> +                                     CFG_FLASH_BASE + 96*1024*1024,  \
> +                                     CS1_BASE}
>  
>  /* Max number of sectors on one chip */
>  #define CFG_MAX_FLASH_SECT           259
> 
Best Regards,
J.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to