mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-19 10:41:58 +01:00
cgtqmx6eval: Fit into single lines
There is no need to use multiple lines when they fit into a single line. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
516a863ef4
commit
dbcb6ffb37
1 changed files with 2 additions and 4 deletions
|
|
@ -103,10 +103,8 @@ int board_mmc_init(bd_t *bis)
|
|||
usdhc_cfg[0].sdhc_clk = mxc_get_clock(MXC_ESDHC2_CLK);
|
||||
usdhc_cfg[1].sdhc_clk = mxc_get_clock(MXC_ESDHC4_CLK);
|
||||
|
||||
imx_iomux_v3_setup_multiple_pads(
|
||||
usdhc2_pads, ARRAY_SIZE(usdhc2_pads));
|
||||
imx_iomux_v3_setup_multiple_pads(
|
||||
usdhc4_pads, ARRAY_SIZE(usdhc4_pads));
|
||||
imx_iomux_v3_setup_multiple_pads(usdhc2_pads, ARRAY_SIZE(usdhc2_pads));
|
||||
imx_iomux_v3_setup_multiple_pads(usdhc4_pads, ARRAY_SIZE(usdhc4_pads));
|
||||
|
||||
for (i = 0; i < ARRAY_SIZE(usdhc_cfg); i++) {
|
||||
status = fsl_esdhc_initialize(bis, &usdhc_cfg[i]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue