diff options
author | Tom Rini | 2022-12-04 10:13:35 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-23 10:14:52 -0500 |
commit | aa3efb6c64513ad3d5eb876488a90b2ee2b8ccc0 (patch) | |
tree | 4f03a3f4caef601a478921f5e5b4ac35bec09c04 /include/configs/kontron_pitx_imx8m.h | |
parent | 6d38c69e835b5a918d324da16c34a697aeb3276f (diff) |
global: Migrate CONFIG_POWER_PFUZE100_I2C_ADDR to CFG
Perform a simple rename of CONFIG_POWER_PFUZE100_I2C_ADDR to CFG_POWER_PFUZE100_I2C_ADDR
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/kontron_pitx_imx8m.h')
-rw-r--r-- | include/configs/kontron_pitx_imx8m.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/kontron_pitx_imx8m.h b/include/configs/kontron_pitx_imx8m.h index bf590efb434..e3a021c987c 100644 --- a/include/configs/kontron_pitx_imx8m.h +++ b/include/configs/kontron_pitx_imx8m.h @@ -20,7 +20,7 @@ /* For RAW image gives a error info not panic */ -#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08 +#define CFG_POWER_PFUZE100_I2C_ADDR 0x08 #endif /* ENET1 Config */ |