mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-29 02:21:31 +00:00
imx8mp_evk: Remove unrelated comment
The comment does not relate to the setup_i2c() function, so just remove it. Signed-off-by: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
parent
3675d93875
commit
d3855c802e
1 changed files with 0 additions and 1 deletions
|
@ -139,7 +139,6 @@ void board_init_f(ulong dummy)
|
|||
|
||||
enable_tzc380();
|
||||
|
||||
/* Adjust pmic voltage to 1.0V for 800M */
|
||||
setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1);
|
||||
|
||||
power_init_board();
|
||||
|
|
Loading…
Add table
Reference in a new issue