summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-10-02 11:47:13 +0200
committerStefan Roese <sr@denx.de>2007-10-02 11:47:13 +0200
commit527c80f012030fa0b51f8594847ec56c9317e9b1 (patch)
tree92027765852d17f495b598eed4667b771283a591 /cpu
parent738815c0cc44aa329097f868dc1efc49ede9c5ba (diff)
parent86ec86c04326c3913178a7679aa910de071da75d (diff)
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'cpu')
-rw-r--r--cpu/arm720t/serial.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/arm720t/serial.c b/cpu/arm720t/serial.c
index 27eb73ad88..1b0e147e16 100644
--- a/cpu/arm720t/serial.c
+++ b/cpu/arm720t/serial.c
@@ -125,6 +125,8 @@ serial_puts (const char *s)
#elif defined(CONFIG_LPC2292)
+DECLARE_GLOBAL_DATA_PTR;
+
#include <asm/arch/hardware.h>
void serial_setbrg (void)