diff --git a/bsps/powerpc/shared/flash/intelFlash.c b/bsps/powerpc/shared/flash/intelFlash.c index 85f486959e..988b0208dc 100644 --- a/bsps/powerpc/shared/flash/intelFlash.c +++ b/bsps/powerpc/shared/flash/intelFlash.c @@ -167,13 +167,13 @@ static struct devdesc intelDevs[] = { { 0x0017, "J3 64Mb", 8*1024*1024, 0x20, 0x20000 }, { 0x0018, "J3 128Mb", 16*1024*1024, 0x20, 0x20000 }, { 0x001d, "J3 256Mb", 32*1024*1024, 0x20, 0x20000 }, - { 0, 0, 0, 0} + { 0, 0, 0, 0, 0 } }; struct vendesc BSP_flash_vendor_intel[] = { { 0x89, "Intel", intelDevs, &intelOps }, - { 0, 0} + { 0, 0, 0, 0 } }; /********* Helper Subroutines ******************/ diff --git a/bsps/powerpc/shared/flash/spansionFlash.c b/bsps/powerpc/shared/flash/spansionFlash.c index f6399e8599..d807d169cc 100644 --- a/bsps/powerpc/shared/flash/spansionFlash.c +++ b/bsps/powerpc/shared/flash/spansionFlash.c @@ -123,12 +123,12 @@ static struct devdesc spansionDevs[] = { { 0x007e2101, "S29GL128N", 0x01000000, 32, 0x20000 }, /* 16MB */ { 0x007e2201, "S29GL256N", 0x02000000, 32, 0x20000 }, /* 32MB */ { 0x007e2301, "S29GL512N", 0x04000000, 32, 0x20000 }, /* 64MB */ - { 0, 0, 0, 0} + { 0, 0, 0, 0, 0 } }; struct vendesc BSP_flash_vendor_spansion[] = { { 0x01, "Spansion/AMD", spansionDevs, &spansionOps }, - { 0, 0} + { 0, 0, 0, 0 } }; /********* Register Definitions ****************/