projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3675d93
)
imx8mp_evk: Remove unrelated comment
author
Fabio Estevam
<festevam@gmail.com>
Mon, 20 Apr 2020 15:38:50 +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/imx8mp_evk/spl.c
patch
|
blob
|
history
diff --git
a/board/freescale/imx8mp_evk/spl.c
b/board/freescale/imx8mp_evk/spl.c
index 39c1dae684ac78c864b4fc31b9f86098bf118e25..c5f640dc7b76253813a3a849c2a6611ecce90331 100644
(file)
--- a/
board/freescale/imx8mp_evk/spl.c
+++ b/
board/freescale/imx8mp_evk/spl.c
@@
-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();