changeset 197:cf3b4cb3d212

bootrom.notes typo fix (courtesy of pfalcon <pmiscml@gmail.com>)
author Michael Spacefalcon <falcon@ivan.Harhan.ORG>
date Thu, 16 Apr 2015 04:12:48 +0000
parents 3147e960aeff
children 30ba25056ecd
files bootrom.notes
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bootrom.notes	Sun Mar 15 01:13:42 2015 +0000
+++ b/bootrom.notes	Thu Apr 16 04:12:48 2015 +0000
@@ -23,7 +23,7 @@
   or even on an older DBB chip with no internal boot ROM.
 
   When the boot ROM code sees a 1 in the 0x2000 word, it copies a little piece
-  of code into the internal ROM and runs it there; this code sets the FFFF:FB10
+  of code into the internal RAM and runs it there; this code sets the FFFF:FB10
   register to disable the internal boot ROM (map the external nCS0 memory at 0,
   as if nIBOOT were high) and causes the watchdog timer to go off, resetting
   the ARM core and causing it to execute the external nCS0 reset vector.