[Skiboot] [PATCH 16/25] hw/lpc: Fix tabs in base definitions
Joel Stanley
joel at jms.id.au
Tue Sep 5 15:51:53 AEST 2017
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
hw/lpc.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/hw/lpc.c b/hw/lpc.c
index 88faa4b7d4e9..663bffbcc18e 100644
--- a/hw/lpc.c
+++ b/hw/lpc.c
@@ -162,10 +162,10 @@ static bool lpc_irqs_ready;
* today on Tuletta.
*/
static uint32_t lpc_io_opb_base = 0xd0010000;
-static uint32_t lpc_mem_opb_base = 0xe0000000;
-static uint32_t lpc_fw_opb_base = 0xf0000000;
-static uint32_t lpc_reg_opb_base = 0xc0012000;
-static uint32_t opb_master_reg_base = 0xc0010000;
+static uint32_t lpc_mem_opb_base = 0xe0000000;
+static uint32_t lpc_fw_opb_base = 0xf0000000;
+static uint32_t lpc_reg_opb_base = 0xc0012000;
+static uint32_t opb_master_reg_base = 0xc0010000;
static int64_t opb_mmio_write(struct lpcm *lpc, uint32_t addr, uint32_t data,
uint32_t sz)
--
2.14.1
More information about the Skiboot
mailing list