diff options
| author | Bharat Bhushan <[email protected]> | 2017-03-22 12:06:29 +0530 |
|---|---|---|
| committer | York Sun <[email protected]> | 2017-03-28 10:51:32 -0700 |
| commit | 9f076dbe7ec3d1ea96e0d4f5d1bdc37273b88265 (patch) | |
| tree | f5d2964b364170b10f3856f4394353473734f31c /include | |
| 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 <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include')
| -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 af076725ba4..1a0c7f8e5f9 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 |
