All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [PATCH 4/4] xilinx: zynqmp: Use tab for macro indentation
Date: Wed, 21 Oct 2020 12:29:19 +0200	[thread overview]
Message-ID: <2e80d71294424871193cfbf3a7ca3438e697a94c.1603276156.git.michal.simek@xilinx.com> (raw)
In-Reply-To: <cover.1603276156.git.michal.simek@xilinx.com>

Trivial fix.

Fixes: fa793165daf7 ("xilinx: zynqmp: refactor silicon name function")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 board/xilinx/zynqmp/zynqmp.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c
index c4f24982843e..731285a73674 100644
--- a/board/xilinx/zynqmp/zynqmp.c
+++ b/board/xilinx/zynqmp/zynqmp.c
@@ -40,12 +40,12 @@
 #include "pm_cfg_obj.h"
 
 #define ZYNQMP_VERSION_SIZE	7
-#define EFUSE_VCU_DIS_MASK     0x100
-#define EFUSE_VCU_DIS_SHIFT    8
-#define EFUSE_GPU_DIS_MASK     0x20
-#define EFUSE_GPU_DIS_SHIFT    5
-#define IDCODE2_PL_INIT_MASK   0x200
-#define IDCODE2_PL_INIT_SHIFT  9
+#define EFUSE_VCU_DIS_MASK	0x100
+#define EFUSE_VCU_DIS_SHIFT	8
+#define EFUSE_GPU_DIS_MASK	0x20
+#define EFUSE_GPU_DIS_SHIFT	5
+#define IDCODE2_PL_INIT_MASK	0x200
+#define IDCODE2_PL_INIT_SHIFT	9
 
 DECLARE_GLOBAL_DATA_PTR;
 
-- 
2.28.0

  parent reply	other threads:[~2020-10-21 10:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-21 10:29 [PATCH 0/4] xilinx: zynqmp: Fixes for silicon ID detection Michal Simek
2020-10-21 10:29 ` [PATCH 1/4] xilinx: zynqmp: Check return value from xilinx_pm_request() Michal Simek
2020-10-21 10:29 ` [PATCH 2/4] xilinx: zynqmp: Fix debug message in zynqmp_get_silicon_idcode_name() Michal Simek
2020-10-21 10:29 ` [PATCH 3/4] xilinx: zynqmp: Do not check 0 as invalid return from snprintf Michal Simek
2020-10-21 10:29 ` Michal Simek [this message]
2020-10-27  7:26 ` [PATCH 0/4] xilinx: zynqmp: Fixes for silicon ID detection Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2e80d71294424871193cfbf3a7ca3438e697a94c.1603276156.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.