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

Unified Diff: mec1308.c

Issue 6731011: Add Tegra2 SPI controller. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flashrom.git@master
Patch Set: refine comments Created 9 years, 9 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
Index: mec1308.c
diff --git a/mec1308.c b/mec1308.c
index df4c2f1777fa0ab1ef1c22e53b7495f6e2801fe3..c4db628d891ae93b21203d685bcff56a212ed81f 100644
--- a/mec1308.c
+++ b/mec1308.c
@@ -32,6 +32,7 @@
* EVEN IF GOOGLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
*/
+#if defined(__i386__) || defined(__x86_64__)
Stefan Reinauer 2011/03/25 16:57:47 I think this decision should be made elsewhere. An
Louis 2011/03/29 07:55:02 hm... the code has be committed in David's CL. O
#include <inttypes.h>
#include <string.h>
#include <unistd.h>
@@ -441,3 +442,4 @@ int mec1308_spi_send_command(unsigned int writecnt,
return 0;
}
+#endif

Powered by Google App Engine
This is Rietveld 408576698