diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-10-11 20:30:28 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-28 13:26:13 -0500 |
commit | 65ba1abd3b90e0b2585745809b78e2651bd3bacb (patch) | |
tree | 03259341f82d7bdc6cd8b5db39e64d5acf356dd3 /board/bf533-ezkit/flash.c | |
parent | be853bf86b41e91f4c422f0f56fdf87ea3191266 (diff) |
Blackfin: bf533-ezkit: shuffle flash defines a little
Some of the flash defines weren't in the correct location and caused build
problems in some configurations, so let's move types and defines to better
local locations.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bf533-ezkit/flash.c')
-rw-r--r-- | board/bf533-ezkit/flash.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/bf533-ezkit/flash.c b/board/bf533-ezkit/flash.c index a861e16a3df..539c00d52f4 100644 --- a/board/bf533-ezkit/flash.c +++ b/board/bf533-ezkit/flash.c @@ -29,6 +29,10 @@ #include <asm/io.h> #include "flash-defines.h" +int AFP_NumSectors = 40; +long AFP_SectorSize1 = 0x10000; +int AFP_SectorSize2 = 0x4000; + void flash_reset(void) { reset_flash(); |