diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2015-12-24 15:32:49 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-01-27 08:13:10 -0800 |
commit | 53e353fc3e52ae8161d3977aac655f551a56a3a1 (patch) | |
tree | 61865f65b39c09989c04c27adbd735f309044ae1 /include/fsl-mc/fsl_dpmac.h | |
parent | 9a696f56fcabc3d7ddd120712cc3a70b085ea412 (diff) | |
download | u-boot-53e353fc3e52ae8161d3977aac655f551a56a3a1.tar.gz |
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_dpmac.h')
-rw-r--r-- | include/fsl-mc/fsl_dpmac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fsl-mc/fsl_dpmac.h b/include/fsl-mc/fsl_dpmac.h index 24f0b483aa..296f3aed24 100644 --- a/include/fsl-mc/fsl_dpmac.h +++ b/include/fsl-mc/fsl_dpmac.h @@ -12,7 +12,7 @@ /* DPMAC Version */ #define DPMAC_VER_MAJOR 3 -#define DPMAC_VER_MINOR 1 +#define DPMAC_VER_MINOR 2 /* Command IDs */ #define DPMAC_CMDID_CLOSE 0x800 |