diff options
author | Laurentiu Tudor <laurentiu.tudor@nxp.com> | 2018-08-27 17:33:58 +0300 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-09-27 08:58:03 -0700 |
commit | 21310793566471758afb24ffb2ad9590f5773670 (patch) | |
tree | ab50d222d48178ce8c6747344a350f15ce74f1eb /arch/arm/include/asm/arch-fsl-layerscape/config.h | |
parent | 6fae6a1fd6bf5001a372701e0764ab0820760d55 (diff) |
armv8: ls1043a: advertise QMan v3 in configuration
The QMan IP block in this SoC is version 3.2 so advertise
this in the SoC configuration header.
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-fsl-layerscape/config.h')
-rw-r--r-- | arch/arm/include/asm/arch-fsl-layerscape/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/config.h b/arch/arm/include/asm/arch-fsl-layerscape/config.h index 8a05148136..bd4ca88e16 100644 --- a/arch/arm/include/asm/arch-fsl-layerscape/config.h +++ b/arch/arm/include/asm/arch-fsl-layerscape/config.h @@ -195,6 +195,7 @@ /* SoC related */ #ifdef CONFIG_ARCH_LS1043A #define CONFIG_SYS_FMAN_V3 +#define CONFIG_SYS_FSL_QMAN_V3 #define CONFIG_SYS_NUM_FMAN 1 #define CONFIG_SYS_NUM_FM1_DTSEC 7 #define CONFIG_SYS_NUM_FM1_10GEC 1 |