From efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 16 Dec 2004 21:44:03 +0000 Subject: Code cleanup. --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 9455cc22e3f..32341f42b92 100644 --- a/README +++ b/README @@ -835,7 +835,7 @@ The following options need to be configured: function struct part_info* jffs2_part_info(int part_num) If you define only one JFFS2 partition you may also want to - #define CFG_JFFS_SINGLE_PART 1 + #define CFG_JFFS_SINGLE_PART 1 to disable the command chpart. This is the default when you have not defined a custom partition @@ -1978,7 +1978,7 @@ Low Level (hardware related) configuration options: initializations. - CFG_IMMR: Physical address of the Internal Memory. - DO NOT CHANGE unless you know exactly what you're + DO NOT CHANGE unless you know exactly what you're doing! (11-4) [MPC8xx/82xx systems only] - CFG_INIT_RAM_ADDR: @@ -2118,13 +2118,13 @@ Low Level (hardware related) configuration options: "md/mw" commands. Examples: - => mdc.b 10 4 500 + => mdc.b 10 4 500 This command will print 4 bytes (10,11,12,13) each 500 ms. - => mwc.l 100 12345678 10 + => mwc.l 100 12345678 10 This command will write 12345678 to address 100 all 10 ms. - This only takes effect if the memory commands are activated + This only takes effect if the memory commands are activated globally (CFG_CMD_MEM). Building the Software: -- cgit v1.3.1