summaryrefslogtreecommitdiff
path: root/board/phytec/phycore_rk3288/phycore-rk3288.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/phytec/phycore_rk3288/phycore-rk3288.c')
-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)