From b64b8a0bd310935b70af69ac970952f2b364ae56 Mon Sep 17 00:00:00 2001
From: Andre Schwarz <andre.schwarz@matrix-vision.de>
Date: Tue, 27 May 2008 10:25:39 +0200
Subject: [PATCH] Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.

Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
---
 include/ACEX1K.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/ACEX1K.h b/include/ACEX1K.h
index 6ea0eed952..354e0f0e47 100644
--- a/include/ACEX1K.h
+++ b/include/ACEX1K.h
@@ -77,6 +77,8 @@ typedef struct {
 #endif
 #define Altera_EP1K100_SIZE	(166965*8)
 
+#define Altera_EP2C8_SIZE	247942
+#define Altera_EP2C20_SIZE	586562
 #define Altera_EP2C35_SIZE	883905
 
 /* Descriptor Macros
-- 
2.39.5