Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: internal.c

Issue 6897014: Do not call EC programmer shutdown functions explicitly. (Closed) Base URL: svn://coreboot.org/flashrom/trunk
Patch Set: Fix code as per Stefan's comments Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « flashrom.c ('k') | it85spi.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: internal.c
diff --git a/internal.c b/internal.c
index 2f70f8512ee4676f5d9c1a98736dd8c1ea149ae7..0661ce496a7489bd5321e7002934693ac88a02f0 100644
--- a/internal.c
+++ b/internal.c
@@ -375,15 +375,6 @@ int internal_shutdown(void)
{
release_io_perms();
-#if defined(__i386__) || defined(__x86_64__)
- if (target_bus == CHIP_BUSTYPE_LPC ||
- target_bus == CHIP_BUSTYPE_FWH) {
- it85xx_shutdown();
- wpce775x_shutdown();
- mec1308_shutdown();
- }
-#endif
-
return 0;
}
#endif
« no previous file with comments | « flashrom.c ('k') | it85spi.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698