| Index: gft_report.py
|
| diff --git a/gft_report.py b/gft_report.py
|
| index 0ca8739072a2a804518a228ff6d29dea4a35757d..0b100be95f2eabfcc589c36d08e9744fad56a0c0 100755
|
| --- a/gft_report.py
|
| +++ b/gft_report.py
|
| @@ -207,8 +207,8 @@ def CreateReport(create_params,
|
| # Firmware write protection status
|
| wp_status_message = (
|
| 'main: %s\nec: %s' %
|
| - (gft_common.SystemOutput('flashrom -p internal:bus=spi --wp-status'),
|
| - gft_common.SystemOutput('flashrom -p internal:bus=lpc --wp-status')))
|
| + (gft_common.SystemOutput('flashrom -p internal:bus=lpc --wp-status'),
|
| + gft_common.SystemOutput('flashrom -p internal:bus=spi --wp-status')))
|
| report['wp_status'] = wp_status_message.splitlines()
|
|
|
| # TODO(hungte) we may also add these data in future:
|
|
|