# HG changeset patch # User Michael Spacefalcon # Date 1429157568 0 # Node ID cf3b4cb3d2120cf4d637a9bbb431e43e6e2dad34 # Parent 3147e960aeffbbcb95b6e8a1829119137732c5e9 bootrom.notes typo fix (courtesy of pfalcon ) diff -r 3147e960aeff -r cf3b4cb3d212 bootrom.notes --- 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.