summaryrefslogtreecommitdiff
path: root/board/bf537-stamp/ether_bf537.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-06-22 21:59:00 (GMT)
committerWolfgang Denk <wd@denx.de>2007-06-22 21:59:00 (GMT)
commit1636d1c8529c006d106287cfbc20cd0a246fe1cb (patch)
treecd39e784361c2bcef43cfc38d39b1670ce22d539 /board/bf537-stamp/ether_bf537.c
parent2dc64451b4c08ffd619372abfdc2506a2e2363b9 (diff)
downloadu-boot-fsl-qoriq-1636d1c8529c006d106287cfbc20cd0a246fe1cb.tar.xz
Coding stylke cleanup; rebuild CHANGELOG
Diffstat (limited to 'board/bf537-stamp/ether_bf537.c')
-rw-r--r--board/bf537-stamp/ether_bf537.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bf537-stamp/ether_bf537.c b/board/bf537-stamp/ether_bf537.c
index f00837a..807b9e8 100644
--- a/board/bf537-stamp/ether_bf537.c
+++ b/board/bf537-stamp/ether_bf537.c
@@ -48,7 +48,7 @@
#define TXBUF_BASE_ADDR 0xFF800000
#define TX_BUF_CNT 1
-#define TOUT_LOOP 1000000
+#define TOUT_LOOP 1000000
ADI_ETHER_BUFFER *txbuf[TX_BUF_CNT];
ADI_ETHER_BUFFER *rxbuf[PKTBUFSRX];