mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
udoo: neo: Fix indentation
The standard way is to put ifdef/endif in the very first column. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
This commit is contained in:
parent
696386e5f3
commit
7c4f0ff81e
1 changed files with 2 additions and 2 deletions
|
@ -349,9 +349,9 @@ int board_init(void)
|
||||||
/* Active high for ncp692 */
|
/* Active high for ncp692 */
|
||||||
gpio_direction_output(IMX_GPIO_NR(4, 16) , 1);
|
gpio_direction_output(IMX_GPIO_NR(4, 16) , 1);
|
||||||
|
|
||||||
#ifdef CONFIG_SYS_I2C_MXC
|
#ifdef CONFIG_SYS_I2C_MXC
|
||||||
setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1);
|
setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue