Merge branch 'master' of git://git.denx.de/u-boot-arm
authorWolfgang Denk <wd@denx.de>
Fri, 23 Sep 2011 06:23:25 +0000 (08:23 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 23 Sep 2011 06:23:25 +0000 (08:23 +0200)
* 'master' of git://git.denx.de/u-boot-arm:
  OMAP3: beagle: Fix build warning in beagle.c

doc/README.console

index 25c4f1d..b353f9f 100644 (file)
@@ -74,7 +74,7 @@ You can use the following functions to access the console:
     fgetc      (like getc but redirected to a file)
 
 Remember that all FILE-related functions CANNOT be used before
-U-Boot relocation (done in 'board_init_r' in common/board.c).
+U-Boot relocation (done in 'board_init_r' in arch/*/lib/board.c).
 
 HOW CAN I USE STANDARD FILE INTO APPLICATIONS?
 ----------------------------------------------