Fix ECC alignment in boot2.c

This commit is contained in:
marcan 2009-03-07 20:13:11 +01:00 committed by bushing
parent 5cbe630a0a
commit 2cc31db239

View File

@ -8,7 +8,7 @@
static u8 boot2[256 << 11] MEM2_BSS ALIGNED(64);
static u8 key[32] ALIGNED(64);
static u8 ecc[128] ALIGNED(64);
static u8 ecc[128] ALIGNED(128);
static u8 boot2_initialized = 0;
extern void *vector;