layerscape: make uImage with zImage for 32-bit kernel
[openwrt/staging/jow.git] / target / linux / layerscape / patches-4.4 / 7199-dpaa2-dpio-Cosmetic-cleanup.patch
1 From a4150e8ec8da3add3933dd026c7154dcca2ee2e7 Mon Sep 17 00:00:00 2001
2 From: Mihai Caraman <mihai.caraman@freescale.com>
3 Date: Tue, 5 Apr 2016 14:47:57 +0000
4 Subject: [PATCH 199/226] dpaa2-dpio: Cosmetic cleanup
5
6 Replace obsolete terms.
7
8 Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
9 ---
10 drivers/staging/fsl-mc/bus/dpio/fsl_qbman_base.h | 2 +-
11 drivers/staging/fsl-mc/bus/dpio/qbman_portal.h | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 --- a/drivers/staging/fsl-mc/bus/dpio/fsl_qbman_base.h
15 +++ b/drivers/staging/fsl-mc/bus/dpio/fsl_qbman_base.h
16 @@ -51,7 +51,7 @@ struct qbman_block_desc {
17 * Descriptor for a QBMan software portal, expressed in terms that make sense to
18 * the user context. Ie. on MC, this information is likely to be true-physical,
19 * and instantiated statically at compile-time. On GPP, this information is
20 - * likely to be obtained via "discovery" over a partition's "layerscape bus"
21 + * likely to be obtained via "discovery" over a partition's "MC bus"
22 * (ie. in response to a MC portal command), and would take into account any
23 * virtualisation of the GPP user's address space and/or interrupt numbering.
24 */
25 --- a/drivers/staging/fsl-mc/bus/dpio/qbman_portal.h
26 +++ b/drivers/staging/fsl-mc/bus/dpio/qbman_portal.h
27 @@ -138,7 +138,7 @@ static inline void *qbman_swp_mc_complet
28 /* This struct locates a sub-field within a QBMan portal (CENA) cacheline which
29 * is either serving as a configuration command or a query result. The
30 * representation is inherently little-endian, as the indexing of the words is
31 - * itself little-endian in nature and layerscape is little endian for anything
32 + * itself little-endian in nature and DPAA2 is little endian for anything
33 * that crosses a word boundary too (64-bit fields are the obvious examples).
34 */
35 struct qb_attr_code {