diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2015-07-02 11:28:59 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-07-20 11:44:36 -0700 |
commit | 1f1c25c745d7916c460bb67b6a4159581573ba18 (patch) | |
tree | 65b751aa155d5025ab790f3ed6aeec34fa691931 /include/fsl-mc/fsl_dpmng.h | |
parent | c1000c12d3105898909e77d265d2eb4affb91f6c (diff) | |
download | u-boot-imx-1f1c25c745d7916c460bb67b6a4159581573ba18.zip u-boot-imx-1f1c25c745d7916c460bb67b6a4159581573ba18.tar.gz u-boot-imx-1f1c25c745d7916c460bb67b6a4159581573ba18.tar.bz2 |
drivers: fsl-mc: Update flibs to mc-0.6.0.1
Update flibs changes to mc-0.6.0.1 for dpmang, dprc, dpni and dpio objects
Also rename qbman_portal_ce/ci_paddr to qbman_portal_ce/ci_offset in
dpio_attr. These are now offsets from the SoC QBMan portals base.
Signed-off-by: J. German Rivera <German.Rivera@freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.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 986e7c8..6feb292 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 6 +#define MC_VER_MAJOR 7 #define MC_VER_MINOR 0 /** |