diff options
author | Bharat Bhushan <bharat.bhushan@nxp.com> | 2017-03-22 12:06:25 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-03-28 10:42:24 -0700 |
commit | 08c5130d28c42016e9d8a7207388245cd5d2f91d (patch) | |
tree | 2bd28c003e29c41fca98af9b91ce769b712be243 /include | |
parent | f6bf0a2b14b9ab4e9b95013b710a5d560d980d69 (diff) | |
download | u-boot-08c5130d28c42016e9d8a7207388245cd5d2f91d.tar.gz u-boot-08c5130d28c42016e9d8a7207388245cd5d2f91d.tar.xz u-boot-08c5130d28c42016e9d8a7207388245cd5d2f91d.zip |
armv8: fsl-lsch3: rename ls2080a_stream_id.h to stream_id_lsch3.h
The stream ID allocation for Chasis 3.0 devices can be shared among
LS1088, LS2088 and LS2080.
Signed-off-by: Bharat Bhushan <Bharat.Bhushan@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ls2080a_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h index 5072e20811..427f623e8c 100644 --- a/include/configs/ls2080a_common.h +++ b/include/configs/ls2080a_common.h @@ -13,7 +13,7 @@ #define CONFIG_GICV3 #define CONFIG_FSL_TZPC_BP147 -#include <asm/arch/ls2080a_stream_id.h> +#include <asm/arch/stream_id_lsch3.h> #include <asm/arch/config.h> /* Link Definitions */ |