summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:14 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:14 +0200
commit51eb67650f5c546750f9414496160f993da02477 (patch)
tree97b10ad5d1f2a382daaae6e497e4693149eaf76d /board
parentdcc0d7ebda59f463a76eaa338be5bab656039083 (diff)
downloadbarebox-51eb67650f5c546750f9414496160f993da02477.tar.gz
barebox-51eb67650f5c546750f9414496160f993da02477.tar.xz
svn_rev_018
need reg2 fix to compile these
Diffstat (limited to 'board')
-rw-r--r--board/mx1ads/mx1ads.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/mx1ads/mx1ads.c b/board/mx1ads/mx1ads.c
index 326007a960..d86f0798e5 100644
--- a/board/mx1ads/mx1ads.c
+++ b/board/mx1ads/mx1ads.c
@@ -92,9 +92,9 @@ int board_init (void)
CS4U = 0x00000F00; /* Initialize CS4 for CS8900 ethernet */
CS4L = 0x00001501;
-
- GIUS (0) &= 0xFF3FFFFF;
- GPR (0) &= 0xFF3FFFFF;
+/* FIXME: Use reg2-fix for this */
+// GIUS (0) &= 0xFF3FFFFF;
+// GPR (0) &= 0xFF3FFFFF;
tmp = *(unsigned int *) (0x1500000C);
tmp = *(unsigned int *) (0x1500000C);