aboutsummaryrefslogtreecommitdiff
path: root/hw/lpc.c
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2017-09-05 15:51:53 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-09-05 17:56:19 +1000
commite154f7fd19849c54314f7b438b32616a239fd206 (patch)
tree68f2cb412328c6097a3686481bcda1f53dd95743 /hw/lpc.c
parent87c8d9ffc6bc0193743ff6bc71e188fb894b5187 (diff)
downloadskiboot-e154f7fd19849c54314f7b438b32616a239fd206.zip
skiboot-e154f7fd19849c54314f7b438b32616a239fd206.tar.gz
skiboot-e154f7fd19849c54314f7b438b32616a239fd206.tar.bz2
hw/lpc: Fix tabs in base definitions
Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Michael Neuling <mikey@neuling.org> Reviewed-by: Russell Currey <ruscur@russell.cc> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/lpc.c')
-rw-r--r--hw/lpc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/lpc.c b/hw/lpc.c
index 88faa4b..663bffb 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)