Mercurial > nand-ecoscentric
changeset 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 | cfe2937847da |
| children | dc8c964619a0 |
| files | packages/redboot/current/ChangeLog packages/redboot/current/doc/redboot_installing.sgml |
| diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,8 @@ +2003-09-26 Nick Garnett <nickg@balti.calivar.com> + + * doc/redboot_installing.sgml: Fixed bogus memory sizes in AT91 + EB42/55 description. + 2003-09-26 Gary Thomas <gary@mlbassoc.com> * src/fconfig.c: Honor FLASH/FIS configury.
--- 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>
