diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:14:10 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:15:13 -0500 |
| commit | e1d6c16d80cbe510f524d68a1879ed0fab26a80b (patch) | |
| tree | 08da5bd95cc3ab45489d749e2652ca6e99a327f6 /include | |
| parent | 92a5c899987301f6b53ef37e46ea96ce9abb752e (diff) | |
librem5: Rename CONFIG_POWER_BD71837 symbols
Rename the CONFIG_POWER_BD71837_I2C_* symbols to not have the CONFIG
prefix and be local to the file they are used in.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/librem5.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/librem5.h b/include/configs/librem5.h index 9e4d373e56d..e17190ce9c5 100644 --- a/include/configs/librem5.h +++ b/include/configs/librem5.h @@ -19,10 +19,6 @@ #define CONFIG_SPL_ABORT_ON_RAW_IMAGE /* For RAW image gives a error info not panic */ -#define CONFIG_POWER_BD71837 -#define CONFIG_POWER_BD71837_I2C_BUS 0 -#define CONFIG_POWER_BD71837_I2C_ADDR 0x4B - #endif /* CONFIG_SPL_BUILD*/ #define CFG_SYS_FSL_USDHC_NUM 2 |
