]> git.sur5r.net Git - u-boot/blobdiff - board/wepep250/memsetup.S
* Patch by Matthew S. McClintock, 14 Apr 2004:
[u-boot] / board / wepep250 / memsetup.S
index 8a5d42fc4b642d872b74bf4e2295278aec4d35b3..26fc0eaf254fcc4992162778e2cabdbfba66d468 100644 (file)
@@ -5,17 +5,17 @@
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
  * of the License, or (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  * 02111-1307, USA.
- * 
+ *
  * Written by Marcel Telka <marcel@telka.sk>, 2001, 2002.
  * Changes for U-Boot Peter Figuli <peposh@etc.sk>, 2003.
  *
@@ -28,7 +28,7 @@
  *     Revision 1.0, February 2002
  * [3] Samsung Electronics, "16Mx16 SDRAM 54CSP K4S561633C-RL(N)",
  *     Revision 1.0, February 2002
- * 
+ *
 */
 
 #include <config.h>
@@ -51,7 +51,6 @@ memsetup:
        ldr     r0, =0x48000000                 /* MC_BASE */
 
 
-
 /*     step 1.a - setup MSCx
  */
        ldr     r1, =0x000012B3                 /* MSC0_RRR0(1) | MSC0_RDN0(2) | MSC0_RDF0(11) | MSC0_RT0(3) */
@@ -144,4 +143,3 @@ memsetup:
 /*     Step 11 - optional (TODO) */
 
        mov     pc,r10
-