diff options
author | Roy Pledge <roy.pledge@nxp.com> | 2017-09-18 22:39:36 +0200 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2017-09-22 20:33:07 +0200 |
commit | 42d0349784c74d8a1e92cfbec120b9a6868b0c25 (patch) | |
tree | 5b7d042dbbc9f4aa817403922bcfa113abfe30d9 /drivers/soc/fsl/qbman/Makefile | |
parent | soc/fsl/guts: Add compatible string for LS1088 (diff) | |
download | linux-42d0349784c74d8a1e92cfbec120b9a6868b0c25.tar.xz linux-42d0349784c74d8a1e92cfbec120b9a6868b0c25.zip |
soc/fsl/qbman: Add common routine for QBMan private allocations
The QBMan device uses several memory regions to manage frame
queues and buffers. Add a common routine for extracting and
initializing these reserved memory areas.
Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'drivers/soc/fsl/qbman/Makefile')
-rw-r--r-- | drivers/soc/fsl/qbman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/fsl/qbman/Makefile b/drivers/soc/fsl/qbman/Makefile index 7ae199f1664e..3cbd08aeab59 100644 --- a/drivers/soc/fsl/qbman/Makefile +++ b/drivers/soc/fsl/qbman/Makefile @@ -1,6 +1,6 @@ obj-$(CONFIG_FSL_DPAA) += bman_ccsr.o qman_ccsr.o \ bman_portal.o qman_portal.o \ - bman.o qman.o + bman.o qman.o dpaa_sys.o obj-$(CONFIG_FSL_BMAN_TEST) += bman-test.o bman-test-y = bman_test.o |