diff options
author | Bharat Bhushan <bharat.bhushan@nxp.com> | 2017-03-22 12:06:29 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-03-28 10:51:32 -0700 |
commit | 9f076dbe7ec3d1ea96e0d4f5d1bdc37273b88265 (patch) | |
tree | f5d2964b364170b10f3856f4394353473734f31c /include/configs/ls1012a_common.h | |
parent | b52a05076c55428b62557d09391767ea985d68af (diff) |
armv8: fsl-lsch2: Use Chassis-2 streamid definition for ls1012a
LS1012A is Chassis-2 type SOC and shares same streamid definition.
This patch adds using streamids for ls1012a
Signed-off-by: Bharat Bhushan <Bharat.Bhushan@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1012a_common.h')
-rw-r--r-- | include/configs/ls1012a_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h index af076725ba..1a0c7f8e5f 100644 --- a/include/configs/ls1012a_common.h +++ b/include/configs/ls1012a_common.h @@ -11,6 +11,7 @@ #define CONFIG_GICV2 #include <asm/arch/config.h> +#include <asm/arch/stream_id_lsch2.h> #define CONFIG_SUPPORT_RAW_INITRD |