Hi:<br>I got a arm platform, arm940t, which is pretty much like arm920t, except without mmu.<br>So I decide to port some arm920t uboot to my platform and smdk2410 sounds a good choice.<br><br>The reason why I take off this config is I just want to build a bare uboot without&nbsp; any driver except UART, the console terminal I decide to use, such that I can make sure uboot is ok on my platform.<br>
<br>BTW, I am also trying to figuring our how to take off some unnecessary driver for me, like net, etc.<br><br>If my choice, port arm920t based on smdk2410, is not suitable or anybody has already know some config can fasten my porting, please let me know.<br>
<br>appreciate your help,<br><br>miloody<br><br><br><br><br><div class="gmail_quote">2008/5/13 Wolfgang Denk &lt;<a href="mailto:wd@denx.de">wd@denx.de</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">In message &lt;<a href="mailto:3a665c760805130149n47c2ec51p1749a61714d37392@mail.gmail.com">3a665c760805130149n47c2ec51p1749a61714d37392@mail.gmail.com</a>&gt; you wrote:<br>
&gt;<br>
&gt; I try to build make smdk2410_config without CONFIG_S3C2410 define.<br>
<br>
</div>Maybe you could explain what you are actually trying to do? &nbsp;Removing<br>
the CONFIG_S3C2410 define from the SMDK2410 board configuration seems<br>
pretty stupid to me because this board does use that very processor.<br>
<div class="Ih2E3d"><br>
&gt; I have set CONFIG_S3C2410=0 in include/configs/smdk2410.h and also check it<br>
&gt; as 0 in <a href="http://autoconf.mk" target="_blank">autoconf.mk</a>, too.<br>
<br>
</div>Please note that the code that references &nbsp;this &nbsp;config &nbsp;option &nbsp;uses<br>
&quot;#ifdef &nbsp;CONFIG_S3C2410&quot;, &nbsp;so &nbsp;it &nbsp;does &nbsp;not &nbsp;matter &nbsp;which value you<br>
assing, as long as this variable is defined at all.<br>
<br>
But as mentioned before - it makes no sense to remove this setting<br>
from this board configuration.<br>
<br>
&gt; ------=_Part_1848_10384941.1210668570588<br>
&gt; Content-Type: text/html; charset=ISO-8859-1<br>
&gt; Content-Transfer-Encoding: 7bit<br>
&gt; Content-Disposition: inline<br>
<br>
Please do not post HTML on this list.<br>
<br>
Best regards,<br>
<br>
Wolfgang Denk<br>
<font color="#888888"><br>
--<br>
DENX Software Engineering GmbH, &nbsp; &nbsp; MD: Wolfgang Denk &amp; Detlev Zundel<br>
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany<br>
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: <a href="mailto:wd@denx.de">wd@denx.de</a><br>
In a survey taken several years ago, all &nbsp;incoming &nbsp;freshmen &nbsp;at &nbsp;MIT<br>
were &nbsp;asked &nbsp;if &nbsp;they &nbsp;expected &nbsp;to graduate in the top half of their<br>
class. Ninety-seven percent responded that they did.<br>
</font></blockquote></div><br>