summaryrefslogtreecommitdiffstats
path: root/board/wepep250/memsetup.S
diff options
context:
space:
mode:
Diffstat (limited to 'board/wepep250/memsetup.S')
-rw-r--r--board/wepep250/memsetup.S10
1 files changed, 4 insertions, 6 deletions
diff --git a/board/wepep250/memsetup.S b/board/wepep250/memsetup.S
index 8a5d42fc4b..26fc0eaf25 100644
--- a/board/wepep250/memsetup.S
+++ b/board/wepep250/memsetup.S
@@ -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
-
OpenPOWER on IntegriCloud