diff options
author | Simon Glass <sjg@chromium.org> | 2015-04-19 22:05:37 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-29 18:51:50 -0600 |
commit | 8712af97e793ae30515876480fc54275b79cc56a (patch) | |
tree | 7a112a1fb26775a488dfb279b1cf1390761bf307 /doc | |
parent | 8ddb8cfb1a4edee9c413381b5350e62b0ed701a0 (diff) |
x86: Update chromebook_link instructions for binary blob
The MRC image is incorrect, or at least this one now does not seem to
work. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.x86 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.x86 b/doc/README.x86 index fe31f3d4307..ef13fb45f4c 100644 --- a/doc/README.x86 +++ b/doc/README.x86 @@ -75,7 +75,7 @@ Find the following files: * ./mainboard/google/link/descriptor.bin * ./mainboard/google/link/me.bin -* ./northbridge/intel/sandybridge/systemagent-ivybridge.bin +* ./northbridge/intel/sandybridge/systemagent-r6.bin The 3rd one should be renamed to mrc.bin. As for the video ROM, you can get it here [2]. |