Fixes: arm/mach-socfpga/xload.c:31:52: warning: initialization from incompatible pointer type Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/mach-socfpga/xload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-socfpga/xload.c b/arch/arm/mach-socfpga/xload.c index 9936269..0e584c3 100644 --- a/arch/arm/mach-socfpga/xload.c +++ b/arch/arm/mach-socfpga/xload.c @@ -28,7 +28,7 @@ static struct socfpga_barebox_part default_parts[] = { }, { /* sentinel */ } }; -const struct socfpga_barebox_part *barebox_parts = &default_parts; +const struct socfpga_barebox_part *barebox_parts = default_parts; enum socfpga_clks { timer, mmc, qspi_clk, uart, clk_max -- 2.10.2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox