diff options
author | Simon Glass <sjg@chromium.org> | 2021-07-10 21:14:24 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-28 14:27:54 -0400 |
commit | 933b2f09cbbb7b01af415d204b712b3f93c04dde (patch) | |
tree | bd06e9ec57a772b1570283a03c1e66c0e8e25f7e /configs/kp_imx6q_tpc_defconfig | |
parent | 9d910b76f70166b7b0b271710a92eaa289b011c6 (diff) | |
download | u-boot-933b2f09cbbb7b01af415d204b712b3f93c04dde.tar.gz u-boot-933b2f09cbbb7b01af415d204b712b3f93c04dde.tar.bz2 u-boot-933b2f09cbbb7b01af415d204b712b3f93c04dde.zip |
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/kp_imx6q_tpc_defconfig')
-rw-r--r-- | configs/kp_imx6q_tpc_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/kp_imx6q_tpc_defconfig b/configs/kp_imx6q_tpc_defconfig index ed72d59c18..e0ca926f3a 100644 --- a/configs/kp_imx6q_tpc_defconfig +++ b/configs/kp_imx6q_tpc_defconfig @@ -30,7 +30,7 @@ CONFIG_AUTOBOOT_STOP_STR="." # CONFIG_USE_BOOTCOMMAND is not set CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y CONFIG_SPL_RAW_IMAGE_SUPPORT=y -CONFIG_SPL_POWER_SUPPORT=y +CONFIG_SPL_POWER=y CONFIG_SPL_WATCHDOG_SUPPORT=y # CONFIG_CMD_ELF is not set CONFIG_CMD_GPIO=y |