<!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 -->
<BR>

<P><FONT SIZE=2>---<BR>
&nbsp;cpu/mpc83xx/start.S |&nbsp; 310<BR>
++++++++++++++++++++++++++++++++++++---------------<BR>
&nbsp;1 files changed, 220 insertions(+), 90 deletions(-)<BR>
<BR>
diff --git a/cpu/mpc83xx/start.S b/cpu/mpc83xx/start.S<BR>
index 309eb30..39bcaa8 100644<BR>
--- a/cpu/mpc83xx/start.S<BR>
+++ b/cpu/mpc83xx/start.S<BR>
@@ -63,6 +63,9 @@<BR>
&nbsp; * Use r14 to access the GOT<BR>
&nbsp; */<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; START_GOT<BR>
+#if defined(CONFIG_NAND_SPL)<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GOT_ENTRY(_GOT_TABLE_)<BR>
+#else<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GOT_ENTRY(_GOT2_TABLE_)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GOT_ENTRY(_FIXUP_TABLE_)<BR>
<BR>
@@ -74,6 +77,7 @@<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GOT_ENTRY(__init_end)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GOT_ENTRY(_end)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GOT_ENTRY(__bss_start)<BR>
+#endif /* CONFIG_NAND_SPL */<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END_GOT<BR>
<BR>
[Dave] I strongly suggest we create one lite new start.S for the NAND boot,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; not modify the original start.S</FONT>
</P>

</BODY>
</HTML>