diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-25 11:02:38 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-07 09:29:08 -0400 |
commit | afe33787011526e0acb17c926565806052929941 (patch) | |
tree | e706b9bf5086fd02a39f9a14a8c8902bfa82c083 /include/configs | |
parent | 2bb9d7c65ae54e6cd1ed2c5fb109de6d697f429f (diff) | |
download | u-boot-afe33787011526e0acb17c926565806052929941.tar.gz u-boot-afe33787011526e0acb17c926565806052929941.tar.bz2 u-boot-afe33787011526e0acb17c926565806052929941.zip |
Convert CONFIG_PALMAS_POWER to Kconfig
This converts the following to Kconfig:
CONFIG_PALMAS_POWER
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ti_omap5_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h index a9d4cf905f..24bbf9e7c2 100644 --- a/include/configs/ti_omap5_common.h +++ b/include/configs/ti_omap5_common.h @@ -19,8 +19,6 @@ /* Use General purpose timer 1 */ #define CONFIG_SYS_TIMERBASE GPT2_BASE -#define CONFIG_PALMAS_POWER - #include <linux/stringify.h> #include <asm/arch/cpu.h> |