summaryrefslogtreecommitdiff
path: root/configs/tinker-rk3288_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-11 06:14:24 +0300
committerTom Rini <trini@konsulko.com>2021-07-28 21:27:54 +0300
commit933b2f09cbbb7b01af415d204b712b3f93c04dde (patch)
treebd06e9ec57a772b1570283a03c1e66c0e8e25f7e /configs/tinker-rk3288_defconfig
parent9d910b76f70166b7b0b271710a92eaa289b011c6 (diff)
downloadu-boot-933b2f09cbbb7b01af415d204b712b3f93c04dde.tar.xz
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 'configs/tinker-rk3288_defconfig')
-rw-r--r--configs/tinker-rk3288_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/tinker-rk3288_defconfig b/configs/tinker-rk3288_defconfig
index a2d2aa21ba..69a2857eb8 100644
--- a/configs/tinker-rk3288_defconfig
+++ b/configs/tinker-rk3288_defconfig
@@ -20,7 +20,7 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y
CONFIG_SPL_STACK_R=y
CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x2000
CONFIG_SPL_I2C_SUPPORT=y
-CONFIG_SPL_POWER_SUPPORT=y
+CONFIG_SPL_POWER=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_GPT=y
CONFIG_CMD_I2C=y