소스 검색

Merge with git://www.denx.de/git/u-boot.git

Stefan Roese 17 년 전
부모
커밋
527c80f012
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      cpu/arm720t/serial.c

+ 2 - 0
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)