bsp/qoriq: Use array for FMan modules

This commit is contained in:
Sebastian Huber
2015-11-24 08:31:16 +01:00
parent 1a244d1410
commit b308f23bf7

View File

@@ -311,8 +311,7 @@ typedef struct {
QORIQ_RESERVE(0x319000, 0x31a000); QORIQ_RESERVE(0x319000, 0x31a000);
qoriq_bman bman; qoriq_bman bman;
QORIQ_RESERVE(0x31b000, 0x400000); QORIQ_RESERVE(0x31b000, 0x400000);
qoriq_fman fman_0; qoriq_fman fman[2];
qoriq_fman fman_1;
QORIQ_RESERVE(0x600000, 0x2000000); QORIQ_RESERVE(0x600000, 0x2000000);
} qoriq_ccsr; } qoriq_ccsr;