summaryrefslogtreecommitdiffstats
path: root/docs/install/t60_unbrick.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-01-18 06:57:44 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-01-18 06:58:59 (EST)
commit78067dd62a285731305b7a890da333d265ce6cad (patch)
tree499ecda40beb27d23dd39bb7f5689faf7ef4e9f2 /docs/install/t60_unbrick.html
parentc44ef19d49c16064bed8964557f102fb58a336e7 (diff)
downloadlibreboot-78067dd62a285731305b7a890da333d265ce6cad.zip
libreboot-78067dd62a285731305b7a890da333d265ce6cad.tar.gz
libreboot-78067dd62a285731305b7a890da333d265ce6cad.tar.bz2
Documentation: fix incorrect usage of apostrophes.
Diffstat (limited to 'docs/install/t60_unbrick.html')
-rw-r--r--docs/install/t60_unbrick.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install/t60_unbrick.html b/docs/install/t60_unbrick.html
index 8d7ab9d..ba010d3 100644
--- a/docs/install/t60_unbrick.html
+++ b/docs/install/t60_unbrick.html
@@ -39,7 +39,7 @@
In this case, unbricking is easy: reset BUC.TS to 0 by removing that yellow cmos coin (it's a battery) and putting it back after a minute or two:<br/>
<img src="../images/t60_dev/0006.JPG" alt="" /><br/><br/>
- *Those dd commands should be applied to all newly compiled T60 ROM's (the ROM's in libreboot binary archives already have this applied!):<br/>
+ *Those dd commands should be applied to all newly compiled T60 ROM images (the ROM images in libreboot binary archives already have this applied!):<br/>
dd if=coreboot.rom of=top64k.bin bs=1 skip=$[$(stat -c %s coreboot.rom) - 0x10000] count=64k<br/>
dd if=coreboot.rom bs=1 skip=$[$(stat -c %s coreboot.rom) - 0x20000] count=64k | hexdump<br/>
dd if=top64k.bin of=coreboot.rom bs=1 seek=$[$(stat -c %s coreboot.rom) - 0x20000] count=64k conv=notrunc<br/>