mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
mx8mq_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
d3855c802e
commit
63fc9d79e5
1 changed files with 0 additions and 1 deletions
|
@ -235,7 +235,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…
Reference in a new issue