From 5421d79dd212cced423d4dee85b01a118326ea14 Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Tue, 17 Jul 2018 11:32:52 +0930 Subject: 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 Signed-off-by: Stewart Smith --- platforms/astbmc/pnor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platforms') diff --git a/platforms/astbmc/pnor.c b/platforms/astbmc/pnor.c index e663055..55784ee 100644 --- a/platforms/astbmc/pnor.c +++ b/platforms/astbmc/pnor.c @@ -33,7 +33,7 @@ int pnor_init(void) int rc; bool do_mbox; - do_mbox = ast_is_mbox_pnor(); + do_mbox = ast_lpc_fw_is_mbox(); if (do_mbox) { rc = mbox_flash_init(&bl); } else { @@ -43,7 +43,7 @@ int pnor_init(void) * FW reads & writes). */ - if (ast_is_ahb_lpc_pnor()) + if (ast_lpc_fw_is_flash()) rc = ast_sf_open(AST_SF_TYPE_PNOR, &pnor_ctrl); else { printf("PLAT: Memboot detected\n"); -- cgit v1.1