diff options
author | Stefan Roese <sr@denx.de> | 2007-10-02 11:47:13 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-02 11:47:13 +0200 |
commit | 527c80f012030fa0b51f8594847ec56c9317e9b1 (patch) | |
tree | 92027765852d17f495b598eed4667b771283a591 | |
parent | 738815c0cc44aa329097f868dc1efc49ede9c5ba (diff) | |
parent | 86ec86c04326c3913178a7679aa910de071da75d (diff) | |
download | u-boot-imx-527c80f012030fa0b51f8594847ec56c9317e9b1.zip u-boot-imx-527c80f012030fa0b51f8594847ec56c9317e9b1.tar.gz u-boot-imx-527c80f012030fa0b51f8594847ec56c9317e9b1.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
-rw-r--r-- | cpu/arm720t/serial.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/arm720t/serial.c b/cpu/arm720t/serial.c index 27eb73a..1b0e147 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) |