diff options
author | Bharat Bhushan <bharat.bhushan@nxp.com> | 2017-03-22 12:06:28 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-03-28 10:49:51 -0700 |
commit | b52a05076c55428b62557d09391767ea985d68af (patch) | |
tree | 534baa8e0825aee70ec8aa5ab3ce667e116e384a /include/configs/ls1046a_common.h | |
parent | 5344c7b7833dbaad7fe468e38b5b0e98ced6d888 (diff) | |
download | u-boot-b52a05076c55428b62557d09391767ea985d68af.tar.gz |
armv8: fsl-lsch2: Use Chassis-2 streamid definition for ls1046a
LS1046A is Chassis-2 type SOC and shares same streamid definition,
this patch adds using streamids for LS1046A.
Signed-off-by: Bharat Bhushan <Bharat.Bhushan@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1046a_common.h')
-rw-r--r-- | include/configs/ls1046a_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 1ed7517e01..cb792961b8 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -13,6 +13,7 @@ #define CONFIG_GICV2 #include <asm/arch/config.h> +#include <asm/arch/stream_id_lsch2.h> /* Link Definitions */ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_FSL_OCRAM_BASE + 0xfff0) |