<DIV>Dear users,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm porting the u-boot 1.1.2 to our hardware which has two banks of AM29LV256 chips (32M, 512 sectors x 64K each). So I have the following #defines:</DIV>
<DIV>&nbsp;</DIV>
<DIV>CFG_MAX_FLASH_BANKS&nbsp;&nbsp; 2</DIV>
<DIV>CFG_MAX_FLASH_SECT&nbsp;&nbsp;&nbsp; 512</DIV>
<DIV>&nbsp;</DIV>
<DIV>Now I'm crashing in function flash_init() before calling flash_get_size(). My assumption is that the data structure flash_info[] has become too big, in disassembly I see the following:</DIV>
<DIV>&nbsp;</DIV>
<DIV>0xfff38258 &lt;flash_info+3664&gt;:&nbsp;&nbsp; .long 0x0<BR>0xfff3825c &lt;flash_info+3668&gt;:&nbsp;&nbsp; .long 0x0<BR>0xfff38260 &lt;flash_info+3672&gt;:&nbsp;&nbsp; .long 0x0<BR>0xfff38264 &lt;flash_info+3676&gt;:&nbsp;&nbsp; .long 0x0<BR>0xfff38268 &lt;flash_info+3680&gt;:&nbsp;&nbsp; .long 0x0<BR>0xfff3826c &lt;flash_info+3684&gt;:&nbsp;&nbsp; .long 0x0<BR>0xfff38270 &lt;flash_info+3688&gt;:&nbsp;&nbsp; .long 0x0<BR>0xfff38274 &lt;flash_info+3692&gt;:&nbsp;&nbsp; .long 0x0<BR>0xfff38278 &lt;flash_info+3696&gt;:&nbsp;&nbsp; .long 0x0<BR>0xfff3827c &lt;flash_info+3700&gt;:&nbsp;&nbsp; .long 0x0<BR>0xfff38280 &lt;flash_info+3704&gt;:&nbsp;&nbsp; .long 0x0<BR>0xfff38284 &lt;_SDA_BASE_&gt;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0<BR>0xfff38288 &lt;_SDA_BASE_+4&gt;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0<BR>0xfff3828c &lt;_SDA_BASE_+8&gt;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0<BR>0xfff38290 &lt;_SDA_BASE_+12&gt;:&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0<BR>0xfff38294
 &lt;_SDA_BASE_+16&gt;:&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0<BR>0xfff38298 &lt;_SDA_BASE_+20&gt;:&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0<BR>0xfff3829c &lt;_SDA_BASE_+24&gt;:&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0<BR>0xfff382a0 &lt;_SDA_BASE_+28&gt;:&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0<BR>0xfff382a4 &lt;_SDA_BASE_+32&gt;:&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0<BR>0xfff382a8 &lt;_SDA_BASE_+36&gt;:&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0<BR>0xfff382ac &lt;_SDA_BASE_+40&gt;:&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0<BR>0xfff382b0 &lt;_SDA_BASE_+44&gt;:&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0<BR>0xfff382b4 &lt;_SDA2_BASE_&gt;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0<BR>0xfff382b8 &lt;_SDA2_BASE_+4&gt;:&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0<BR>0xfff382bc &lt;_SDA2_BASE_+8&gt;:&nbsp;&nbsp;&nbsp;&nbsp; .long 0x0</DIV>
<DIV>&nbsp;</DIV>
<DIV>Does it look as an overlap? How can I overcome this?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks in advance,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Alexander Perkalskite.</DIV><p>
                <hr size=1>Yahoo! for Good<br> 
<a href="http://store.yahoo.com/redcross-donate3/">Click here to donate</a> to the Hurricane Katrina relief effort.