diff options
author | Prabhakar Kushwaha | 2015-12-24 15:32:49 +0530 |
---|---|---|
committer | York Sun | 2016-01-27 08:13:10 -0800 |
commit | 53e353fc3e52ae8161d3977aac655f551a56a3a1 (patch) | |
tree | 61865f65b39c09989c04c27adbd735f309044ae1 /include/fsl-mc/fsl_dpmng.h | |
parent | 9a696f56fcabc3d7ddd120712cc3a70b085ea412 (diff) |
driver: net: fsl-mc: flib changes for MC FW 9.0.0
MC firmware version 9.0.0 contains
- Support of new APIs
- Update in existing APIs
- Change in Major and minor version of DPAA2 objects
This patch contains modifications in FLIB files to support new
MC firmware version.
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/fsl-mc/fsl_dpmng.h')
-rw-r--r-- | include/fsl-mc/fsl_dpmng.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fsl-mc/fsl_dpmng.h b/include/fsl-mc/fsl_dpmng.h index b0a87a9082b..023b5bbdb46 100644 --- a/include/fsl-mc/fsl_dpmng.h +++ b/include/fsl-mc/fsl_dpmng.h @@ -14,7 +14,7 @@ struct fsl_mc_io; /** * Management Complex firmware version information */ -#define MC_VER_MAJOR 8 +#define MC_VER_MAJOR 9 #define MC_VER_MINOR 0 /** |