From 99894127ab1784163901b34eabe36c5bcdd1639b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 8 May 2016 16:40:15 -0500 Subject: 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 Reviewed-on: https://review.coreboot.org/14742 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/asus/kcma-d8/board_info.txt | 6 +++--- src/mainboard/asus/kgpe-d16/board_info.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/mainboard/asus') 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 -- cgit v1.2.3