mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
c3c909a209
commit
86ec86c043
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ serial_puts (const char *s)
|
||||||
|
|
||||||
#elif defined(CONFIG_LPC2292)
|
#elif defined(CONFIG_LPC2292)
|
||||||
|
|
||||||
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
#include <asm/arch/hardware.h>
|
#include <asm/arch/hardware.h>
|
||||||
|
|
||||||
void serial_setbrg (void)
|
void serial_setbrg (void)
|
||||||
|
|
Loading…
Reference in a new issue