X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2FREADME.console;h=b353f9f8a401911f3d735b33438527bd251e5bb3;hb=833b6435de3e8cf5b06ba81cb1b2b50e044269ff;hp=6d477df75a787f3b3c97b38f7481ba271b4cad74;hpb=cc1c8a136f9813d0a9cb9a94d2f12206873ddc4e;p=u-boot diff --git a/doc/README.console b/doc/README.console index 6d477df75a..b353f9f8a4 100644 --- a/doc/README.console +++ b/doc/README.console @@ -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? ---------------------------------------------- @@ -97,8 +97,8 @@ SUPPORTED DRIVERS Working drivers: - serial (architecture dependent serial stuff) - video (mpc8xx video controller) + serial (architecture dependent serial stuff) + video (mpc8xx video controller) Work in progress: @@ -114,5 +114,5 @@ TESTED CONFIGURATIONS The driver has been tested with the following configurations (see CREDITS for other contact informations): -- MPC823FADS with AD7176 on a PAL TV (YCbYCr) - arsenio@tin.it +- MPC823FADS with AD7176 on a PAL TV (YCbYCr) - arsenio@tin.it - GENIETV with AD7177 on a PAL TV (YCbYCr) - arsenio@tin.it