diff options
author | Wolfgang Denk <wd@denx.de> | 2011-10-09 21:06:34 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-09 23:24:48 +0200 |
commit | 6feff899ef161541258f91d8f4a4b5ebe8cad20d (patch) | |
tree | 4c8d4da59ed280bf1224d22b6c2d1e9eed12857f /README | |
parent | 4cf2609b0f851169163ed8de3ae6179bc7721762 (diff) | |
download | u-boot-imx-6feff899ef161541258f91d8f4a4b5ebe8cad20d.zip u-boot-imx-6feff899ef161541258f91d8f4a4b5ebe8cad20d.tar.gz u-boot-imx-6feff899ef161541258f91d8f4a4b5ebe8cad20d.tar.bz2 |
README: fix typos and such.
Reported-by: Michael Jones <michael.jones@matrix-vision.de>
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -627,7 +627,7 @@ The following options need to be configured: initialised to a buffer of size CONFIG_PRE_CON_BUF_SZ bytes located at CONFIG_PRE_CON_BUF_ADDR. The buffer is a circular buffer, so if more than CONFIG_PRE_CON_BUF_SZ - bytes are output before the console is initialised, the + bytes are output before the console is initialised, the earlier bytes are discarded. 'Sane' compilers will generate smaller code if @@ -2264,9 +2264,9 @@ FIT uImage format: - Standalone program support: CONFIG_STANDALONE_LOAD_ADDR - This option allows to define board specific values - for the address where standalone program gets loaded, - thus overwriting the architecutre dependent default + This option defines a board specific value for the + address where standalone program gets loaded, thus + overwriting the architecture dependent default settings. - Frame Buffer Address: @@ -2276,13 +2276,10 @@ FIT uImage format: address for frame buffer. Then system will reserve the frame buffer address to defined address instead of lcd_setmem (this function - grab the memory for frame buffer by panel's size). + grabs the memory for frame buffer by panel's size). Please see board_init_f function. - If you want this config option then, - please define it at your board config file - - Automatic software updates via TFTP server CONFIG_UPDATE_TFTP CONFIG_UPDATE_TFTP_CNT_MAX |