diff options
author | Ben Widawsky <ben@bwidawsk.net> | 2013-05-23 11:16:52 -0700 |
---|---|---|
committer | Ben Widawsky <ben@bwidawsk.net> | 2013-05-23 11:17:31 -0700 |
commit | 55876338fa2bc37f632a8ca970b3573541cacc38 (patch) | |
tree | 5481f27542a2246724ea6ad1df7d3036092c339f /tools/quick_dump | |
parent | 57bc7631e161a7bdcf7f68e1a46049dcb49c2256 (diff) |
quick_dump: fix text file
I accidentally pushed
commit a08d62257dbdc8f4d3f5e655e0ba7bd192af37ff
Author: Ben Widawsky <ben@bwidawsk.net>
Date: Thu May 23 11:03:25 2013 -0700
quick_dump: Add CCID
before I was ready, in order to get the mmio fix in. This fixes a parse
error in quick_dump.
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'tools/quick_dump')
-rw-r--r-- | tools/quick_dump/base_other.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/quick_dump/base_other.txt b/tools/quick_dump/base_other.txt index 8ef90817..5447b413 100644 --- a/tools/quick_dump/base_other.txt +++ b/tools/quick_dump/base_other.txt @@ -1,6 +1,6 @@ ('PGETBL_CTL', '0x00002020', '') ('MI_MODE', '0x0000209c', '') -('CCID', "0x00002180', '') +('CCID', '0x00002180', '') ('ERROR_GEN6', '0x000040a0', '') ('RENDER_HWSTAM', '0x00002098', '') ('GEN6_BSD_HWSTAM', '0x00012098', '') |