]> Git Repo - u-boot.git/commitdiff
armv8: fsl-layerscape: add missing debug stream ID
authorLaurentiu Tudor <[email protected]>
Thu, 9 Aug 2018 12:19:45 +0000 (15:19 +0300)
committerYork Sun <[email protected]>
Fri, 10 Aug 2018 17:35:29 +0000 (10:35 -0700)
Add a define with a value for the missing debug stream ID.

Reviewed-by: Bharat Bhushan <[email protected]>
Signed-off-by: Laurentiu Tudor <[email protected]>
Reviewed-by: York Sun <[email protected]>
arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch2.h

index 61c6e533c6cbac7b1b6969eb8cdb2bae89380819..1b02d484d98852f84e64900ae7d1cea65757e2ef 100644 (file)
@@ -50,6 +50,7 @@
 #define FSL_QDMA_STREAM_ID             7
 #define FSL_EDMA_STREAM_ID             8
 #define FSL_ETR_STREAM_ID              9
+#define FSL_DEBUG_STREAM_ID            10
 
 /* PCI - programmed in PEXn_LUT */
 #define FSL_PEX_STREAM_ID_START                11
This page took 0.031509 seconds and 4 git commands to generate.