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

Unified Diff: layout.c

Issue 6001009: increase max ROM layout regions (Closed) Base URL: svn://coreboot.org/flashrom/trunk
Patch Set: Created 10 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: layout.c
diff --git a/layout.c b/layout.c
index 0dbb556c64ff8b8ceb74742ecf3ab1853a3fdb4f..c9a9c388b47fd64b59f04b232de631ec0722823d 100644
--- a/layout.c
+++ b/layout.c
@@ -32,7 +32,7 @@ char *mainboard_part = NULL;
#endif
static int romimages = 0;
-#define MAX_ROMLAYOUT 32
+#define MAX_ROMLAYOUT 64
typedef struct {
unsigned int start;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698