summaryrefslogtreecommitdiff
path: root/board/phytec
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-10 21:14:24 -0600
committerTom Rini <trini@konsulko.com>2021-07-28 14:27:54 -0400
commit933b2f09cbbb7b01af415d204b712b3f93c04dde (patch)
treebd06e9ec57a772b1570283a03c1e66c0e8e25f7e /board/phytec
parent9d910b76f70166b7b0b271710a92eaa289b011c6 (diff)
Rename SPL_POWER_SUPPORT to SPL_POWER
Rename this option so that CONFIG_IS_ENABLED can be used with it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'board/phytec')
-rw-r--r--board/phytec/phycore_rk3288/phycore-rk3288.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phytec/phycore_rk3288/phycore-rk3288.c b/board/phytec/phycore_rk3288/phycore-rk3288.c
index f588fc3b0c..17b987f67e 100644
--- a/board/phytec/phycore_rk3288/phycore-rk3288.c
+++ b/board/phytec/phycore_rk3288/phycore-rk3288.c
@@ -89,7 +89,7 @@ static int phycore_init(void)
if (ret)
return ret;
-#if defined(CONFIG_SPL_POWER_SUPPORT)
+#if defined(CONFIG_SPL_POWER)
/* Increase USB input current to 2A */
ret = rk818_spl_configure_usb_input_current(pmic, 2000);
if (ret)