projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3855c8
)
mx8mq_evk: Remove unrelated comment
author
Fabio Estevam
<festevam@gmail.com>
Mon, 20 Apr 2020 15:38:51 +0000
(12:38 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 1 May 2020 11:46:22 +0000
(13:46 +0200)
The comment does not relate to the setup_i2c() function, so just
remove it.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
board/freescale/imx8mq_evk/spl.c
patch
|
blob
|
history
diff --git
a/board/freescale/imx8mq_evk/spl.c
b/board/freescale/imx8mq_evk/spl.c
index e442510f44d5023ae50055fb97d00078813ea597..6ba6a52ebb60e9695f170d1e21ec2191ffd21304 100644
(file)
--- a/
board/freescale/imx8mq_evk/spl.c
+++ b/
board/freescale/imx8mq_evk/spl.c
@@
-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();