mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04:00
Update README.* to reference new CONFIG_CMD_* names now.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
parent
4431283c7e
commit
b5501f7d72
@ -1,5 +1,5 @@
|
|||||||
To use SNTP support, add a define CFG_CMD_SNTP to CONFIG_COMMANDS in
|
To use SNTP support, add define CONFIG_CMD_SNTP to the
|
||||||
the configuration file of the board.
|
configuration file of the board.
|
||||||
|
|
||||||
The "sntp" command gets network time from NTP time server and
|
The "sntp" command gets network time from NTP time server and
|
||||||
syncronize RTC of the board. This command needs the command line
|
syncronize RTC of the board. This command needs the command line
|
||||||
|
@ -31,9 +31,6 @@ can be easily implemented.
|
|||||||
if it is an illegal instruction, privileged instruction or
|
if it is an illegal instruction, privileged instruction or
|
||||||
a trap. Also added debug trap handler.
|
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
|
./include/ppc_asm.tmpl
|
||||||
Added code to handle critical exceptions
|
Added code to handle critical exceptions
|
||||||
|
|
||||||
@ -75,10 +72,6 @@ Changes:
|
|||||||
cpu/mpc8xx/traps.c
|
cpu/mpc8xx/traps.c
|
||||||
Added new routine DebugException()
|
Added new routine DebugException()
|
||||||
|
|
||||||
include/config_MBX.h
|
|
||||||
Added CFG_CMD_BEDBUG to CONFIG_COMMANDS define
|
|
||||||
|
|
||||||
|
|
||||||
New Files:
|
New Files:
|
||||||
|
|
||||||
cpu/mpc8xx/bedbug_860.c
|
cpu/mpc8xx/bedbug_860.c
|
||||||
|
@ -93,8 +93,8 @@ Commands:
|
|||||||
|
|
||||||
Configuration Options:
|
Configuration Options:
|
||||||
|
|
||||||
CFG_CMD_NAND
|
CONFIG_CMD_NAND
|
||||||
A good one to add to CONFIG_COMMANDS since it enables NAND support.
|
Enables NAND support and commmands.
|
||||||
|
|
||||||
CONFIG_MTD_NAND_ECC_JFFS2
|
CONFIG_MTD_NAND_ECC_JFFS2
|
||||||
Define this if you want the Error Correction Code information in
|
Define this if you want the Error Correction Code information in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user