diff options
author | wdenk <wdenk> | 2004-03-14 22:25:36 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-03-14 22:25:36 +0000 |
commit | 42dfe7a1844cbad7114038aaf03828acb7a84414 (patch) | |
tree | d33893d34d2a97aa23257703733dbc9d86d48278 /doc | |
parent | 855a496fe9ba431772f1ff1aef21a5c001288bb0 (diff) |
Code cleanup; make several boards compile & link.LABEL_2004_03_14_2340
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.adnpesc1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.adnpesc1 b/doc/README.adnpesc1 index 1d3dff2382f..ded53210bd2 100644 --- a/doc/README.adnpesc1 +++ b/doc/README.adnpesc1 @@ -43,7 +43,7 @@ choices & assume that the monitor is placed at the end of a memory resource. So you must make sure TEXT_BASE is chosen appropriately. This is very important if you plan to move your memory to another place as configured at this time! - + -The heap is placed below the monitor (U-Boot code). -Global data is placed below the heap. -The stack is placed below global data (&grows down). @@ -190,7 +190,7 @@ you have to check-up the next environment variables: 2. appl_entry_addr - Nios application area start address (usually in Flash) - - this is the startup address for autoboot + - this is the startup address for autoboot - each Nios application code we want to update will be copied to this address - default is CFG_ADNPESC1_NIOS_APPL_ENTRY |