Skip to content

Commit

Permalink
Update README.* to reference new CONFIG_CMD_* names now.
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Loeliger <[email protected]>
  • Loading branch information
Jon Loeliger committed Jul 10, 2007
1 parent 4431283 commit b5501f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions doc/README.SNTP
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
To use SNTP support, add a define CFG_CMD_SNTP to CONFIG_COMMANDS in
the configuration file of the board.
To use SNTP support, add define CONFIG_CMD_SNTP to the
configuration file of the board.

The "sntp" command gets network time from NTP time server and
syncronize RTC of the board. This command needs the command line
Expand Down
7 changes: 0 additions & 7 deletions doc/README.bedbug
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ can be easily implemented.
if it is an illegal instruction, privileged instruction or
a trap. Also added debug trap handler.

./include/config_WALNUT405.h
Added CFG_CMD_BEDBUG to the CONFIG_COMMANDS for the WALNUT.

./include/ppc_asm.tmpl
Added code to handle critical exceptions

Expand Down Expand Up @@ -75,10 +72,6 @@ Changes:
cpu/mpc8xx/traps.c
Added new routine DebugException()

include/config_MBX.h
Added CFG_CMD_BEDBUG to CONFIG_COMMANDS define


New Files:

cpu/mpc8xx/bedbug_860.c
Expand Down
4 changes: 2 additions & 2 deletions doc/README.nand
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ Commands:

Configuration Options:

CFG_CMD_NAND
A good one to add to CONFIG_COMMANDS since it enables NAND support.
CONFIG_CMD_NAND
Enables NAND support and commmands.

CONFIG_MTD_NAND_ECC_JFFS2
Define this if you want the Error Correction Code information in
Expand Down

0 comments on commit b5501f7

Please sign in to comment.