
This patch fixes a few typos. No CHANGELOG entry due to trivial nature of patch
diff --git a/README b/README index 3ffef62..94d856c 100644 --- a/README +++ b/README @@ -1526,7 +1526,7 @@ The following options need to be configu
Adding this option adds support for Xilinx SystemACE chips attached via some sort of local bus. The address - of the chip must alsh be defined in the + of the chip must also be defined in the CFG_SYSTEMACE_BASE macro. For example:
#define CONFIG_SYSTEMACE @@ -1929,7 +1929,7 @@ to save the current settings. environment area within the total memory of your EEPROM.
- CFG_I2C_EEPROM_ADDR: - If defined, specified the chip address of the EEPROM device. + If defined, specifies the chip address of the EEPROM device. The default address is zero.
- CFG_EEPROM_PAGE_WRITE_BITS: diff --git a/lib_ppc/board.c b/lib_ppc/board.c index e68cf1f..2dfbca0 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -586,7 +586,7 @@ #endif * * This is the next part if the initialization sequence: we are now * running from RAM and have a "normal" C environment, i. e. global - * data can be written, BSS has been cleared, the stack size in not + * data can be written, BSS has been cleared, the stack size is not * that critical any more, etc. * ************************************************************************
Signed-off-by: Keith Outwater outwater4@comcast.net