mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 14:29:15 +08:00
dpaa: Reduce PFDR space from 32MiB to 16MiB
This commit is contained in:
parent
de5791b345
commit
24866e6f23
@ -447,7 +447,7 @@ RESERVEDMEM_OF_DECLARE(qman_pfdr, "fsl,qman-pfdr", qman_pfdr);
|
||||
static DPAA_NOCACHENOLOAD_ALIGNED_REGION(fqd, 4194304);
|
||||
#define fqd_a ((uintptr_t)&fqd[0])
|
||||
#define fqd_sz sizeof(fqd)
|
||||
static DPAA_NOCACHENOLOAD_ALIGNED_REGION(pfdr, 33554432);
|
||||
static DPAA_NOCACHENOLOAD_ALIGNED_REGION(pfdr, 16777216);
|
||||
#define pfdr_a ((uintptr_t)&pfdr[0])
|
||||
#define pfdr_sz sizeof(pfdr)
|
||||
#endif /* __rtems__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user