<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.2">
<TITLE>RE: [U-Boot-Users] [PATCH 4/8] New board SIMPC8313 support: support forbooting from NAND in start.S</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>&gt; diff --git a/cpu/mpc83xx/start.S b/cpu/mpc83xx/start.S<BR>
&gt; index 309eb30..39bcaa8 100644<BR>
&gt; --- a/cpu/mpc83xx/start.S<BR>
&gt; +++ b/cpu/mpc83xx/start.S<BR>
&gt; @@ -63,6 +63,9 @@<BR>
&gt;&nbsp;&nbsp; * Use r14 to access the GOT<BR>
&gt;&nbsp;&nbsp; */<BR>
&gt;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; START_GOT<BR>
&gt; +#if defined(CONFIG_NAND_SPL)<BR>
&gt; +&nbsp;&nbsp;&nbsp;&nbsp; GOT_ENTRY(_GOT_TABLE_)<BR>
&gt; +#else<BR>
&gt;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; GOT_ENTRY(_GOT2_TABLE_)<BR>
&gt;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; GOT_ENTRY(_FIXUP_TABLE_)<BR>
&gt;&nbsp;<BR>
&gt; @@ -74,6 +77,7 @@<BR>
&gt;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; GOT_ENTRY(__init_end)<BR>
&gt;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; GOT_ENTRY(_end)<BR>
&gt;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; GOT_ENTRY(__bss_start)<BR>
&gt; +#endif /* CONFIG_NAND_SPL */<BR>
&gt;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; END_GOT<BR>
&gt;&nbsp;<BR>
&gt; [Dave] I strongly suggest we create one lite new start.S for the NAND boot,<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; not modify the original start.S<BR>
<BR>
I'd prefer otherwise, if we can keep the #ifdeffing to a minimum.<BR>
<BR>
[Dave] The new start.S for NAND boot should be very lite. same things<BR>
for 85xx/86xx, creating new start.S for e500/e600 for NAND boot.<BR>
I don't like some much #ifdefine n the start.S which has not good readable.<BR>
</FONT>
</P>

</BODY>
</HTML>