diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2016-05-08 16:40:15 -0500 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2016-05-09 23:45:59 +0200 |
commit | 99894127ab1784163901b34eabe36c5bcdd1639b (patch) | |
tree | e17c6f4c19d4f2394a6f63d981ee52f242d57b9f /src | |
parent | 84da72c988955c7bdeccf889b1f682582a428752 (diff) | |
download | coreboot-99894127ab1784163901b34eabe36c5bcdd1639b.tar.xz |
mainboard/asus/[kgpe-di6|kcma-d8]: Fix board ROM information
The board information file incorrectly listed an LPC ROM.
Fix the information file to show the correct SPI ROM.
This patch changes a human-readable file only, and does not
alter functionality.
Change-Id: Ib5c1789fa636354f2b6c92faf44b45b32d1ec544
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: https://review.coreboot.org/14742
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/asus/kcma-d8/board_info.txt | 6 | ||||
-rw-r--r-- | src/mainboard/asus/kgpe-d16/board_info.txt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/mainboard/asus/kcma-d8/board_info.txt b/src/mainboard/asus/kcma-d8/board_info.txt index 788888e869..e69d31aab1 100644 --- a/src/mainboard/asus/kcma-d8/board_info.txt +++ b/src/mainboard/asus/kcma-d8/board_info.txt @@ -1,5 +1,5 @@ Category: server -ROM package: PLCC-32 -ROM protocol: LPC +ROM package: DIP-8 +ROM protocol: SPI ROM socketed: y -Flashrom support: y
\ No newline at end of file +Flashrom support: y diff --git a/src/mainboard/asus/kgpe-d16/board_info.txt b/src/mainboard/asus/kgpe-d16/board_info.txt index 788888e869..e69d31aab1 100644 --- a/src/mainboard/asus/kgpe-d16/board_info.txt +++ b/src/mainboard/asus/kgpe-d16/board_info.txt @@ -1,5 +1,5 @@ Category: server -ROM package: PLCC-32 -ROM protocol: LPC +ROM package: DIP-8 +ROM protocol: SPI ROM socketed: y -Flashrom support: y
\ No newline at end of file +Flashrom support: y |