mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-02 03:01:31 +02:00
omap3: beagle: Fix build warning
This patch fixes the warning dure to recent changes to the board configuration: cmd_i2c.o cmd_i2c.c -c cmd_i2c.c:109:1: warning: missing braces around initializer cmd_i2c.c:109:1: warning: (near initialization for 'i2c_no_probes[0]') Signed-off-by: Sanjeev Premi <premi@ti.com> Cc: Jason Kridner <jkridner@beagleboard.org> Acked-by: Jason Kridner <jdk@ti.com>
This commit is contained in:
parent
6ceb0135f9
commit
8c4e0ca69e
@ -118,7 +118,7 @@
|
|||||||
#define CONFIG_I2C_MULTI_BUS 1
|
#define CONFIG_I2C_MULTI_BUS 1
|
||||||
|
|
||||||
/* Probe all devices */
|
/* Probe all devices */
|
||||||
#define CONFIG_SYS_I2C_NOPROBES {0x0, 0x0}
|
#define CONFIG_SYS_I2C_NOPROBES {{0x0, 0x0}}
|
||||||
|
|
||||||
/* USB */
|
/* USB */
|
||||||
#define CONFIG_MUSB_UDC 1
|
#define CONFIG_MUSB_UDC 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user