Hi, I am new to U-Boot and I get some questions when i port U-Boot to my board with lpc2220<br>the memory map is <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x00000000-&gt;interrupt table<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x40000000-&gt;internal ram&nbsp; 64K<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x80000000-&gt;external nor flash 8M
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x81000000-&gt;external ram 1M<br>and TEXT_BASE=0x81000000 <br>i use H_jtag to burn my u-boot.bin to 0x80000000 , then start my board,the code at 0x80000000 in flash first copy itself to 0x81000000 , and remmap the interrupt table to 0x80000000,so far I think the code is running ok
<br>but <br>the questions are:<br>1 what is the monitor_flash_len meaning for, I wander what the &quot;moniter&quot; is?<br>2 what the address can i set the CFG_MONITOR_BASE<br><br>please help<br>is there anyone doing the same work as mine
<br>