aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-07-17 11:32:52 +0930
committerStewart Smith <stewart@linux.ibm.com>2018-10-31 16:49:21 +1100
commit5421d79dd212cced423d4dee85b01a118326ea14 (patch)
tree5d378fec1ed522e8eb1dc76c56c1b41a7d56878f /include
parentc7dd603a460c592b7c03913cfe48488627560d84 (diff)
downloadskiboot-5421d79dd212cced423d4dee85b01a118326ea14.zip
skiboot-5421d79dd212cced423d4dee85b01a118326ea14.tar.gz
skiboot-5421d79dd212cced423d4dee85b01a118326ea14.tar.bz2
ast-bmc: Rename LPC FW cycle helpers
[ Upstream commit 8972e44f97883e5aabf4b9c6737dcf3b22fd24b8 ] Introduce some consistency for readability and make the names better reflect the nature of the tests. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/ast.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ast.h b/include/ast.h
index 5addeec..3525c82 100644
--- a/include/ast.h
+++ b/include/ast.h
@@ -74,8 +74,8 @@ void ast_ahb_writel(uint32_t val, uint32_t reg);
uint32_t ast_ahb_readl(uint32_t reg);
void ast_io_init(void);
-bool ast_is_ahb_lpc_pnor(void);
-bool ast_is_mbox_pnor(void);
+bool ast_lpc_fw_is_flash(void);
+bool ast_lpc_fw_is_mbox(void);
bool ast_scratch_reg_is_mbox(void);
/* UART configuration */