diff packages/redboot/current/doc/redboot_installing.sgml @ 1250:9af0b6bf194b

* doc/redboot_installing.sgml: Fixed bogus memory sizes in AT91 EB42/55 description.
author nickg
date Fri, 26 Sep 2003 17:44:17 +0000
parents 818f520093b8
children e7283a4a428c
line wrap: on
line diff
--- a/packages/redboot/current/doc/redboot_installing.sgml
+++ b/packages/redboot/current/doc/redboot_installing.sgml
@@ -1035,9 +1035,9 @@ The memory layout of the EB42 and EB55 i
 <programlisting>
 Physical Address Range     Description
 -----------------------    ----------------------------------
-0x00000000 - 0x00000fff    On-chip SRAM
+0x00000000 - 0x00001fff    On-chip SRAM
 0x01000000 - 0x011fffff    Flash
-0x02000000 - 0x0204ffff    RAM
+0x02000000 - 0x0203ffff    RAM
 0xffe00000 - 0xffffffff    I/O registers
 </programlisting>