summaryrefslogtreecommitdiff
path: root/cpu/arm720t/serial.c
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-09-24 14:43:43 -0500
committerKim Phillips <kim.phillips@freescale.com>2007-09-24 14:43:43 -0500
commit8ffc774993725a0646aa8d1995d968c95aee9e3c (patch)
treeee69b8872cf8c295a48244280c82d98e191111ab /cpu/arm720t/serial.c
parentd7fee32b7e61fe11c64e371cde79faa4768e8350 (diff)
parent66dcad3a9a53e0766d90e0084123bd8529522fb0 (diff)
Merge branch 'master' of git://www.denx.de/git/u-boot
Diffstat (limited to 'cpu/arm720t/serial.c')
-rw-r--r--cpu/arm720t/serial.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/arm720t/serial.c b/cpu/arm720t/serial.c
index 15c54af08b..27eb73ad88 100644
--- a/cpu/arm720t/serial.c
+++ b/cpu/arm720t/serial.c
@@ -129,8 +129,6 @@ serial_puts (const char *s)
void serial_setbrg (void)
{
- DECLARE_GLOBAL_DATA_PTR;
-
unsigned short divisor = 0;
switch (gd->baudrate) {