stm32f746-disco: enable flash support
[oweals/u-boot.git] / board / isee / igep00x0 / igep00x0.c
index e2fce5020804fd9ec32f752ba47ead6ac1f93ff9..d1a6a6f56f0211da5f8424ca95d64783150f661e 100644 (file)
@@ -34,9 +34,9 @@ static const u32 gpmc_lan_config[] = {
 #endif
 
 static const struct ns16550_platdata igep_serial = {
-       OMAP34XX_UART3,
-       2,
-       V_NS16550_CLK
+       .base = OMAP34XX_UART3,
+       .reg_shift = 2,
+       .clock = V_NS16550_CLK
 };
 
 U_BOOT_DEVICE(igep_uart) = {