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>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user