Patrice Chotard
679590ebc0
stmf32f4: soc: fix buildman compilation error
fix the following compilation error reported by buidlman:
arm: + stm32f429-discovery
+arch/arm/mach-stm32/stm32f4/soc.c: In function 'arch_cpu_init':
+arch/arm/mach-stm32/stm32f4/soc.c:30:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
+ for (int i = 0; i < ARRAY_SIZE(stm32_region_config); i++)
+ ^
+arch/arm/mach-stm32/stm32f4/soc.c:30:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
+make[3]: *** [arch/arm/mach-stm32/stm32f4/soc.o] Error 1
+make[2]: *** [arch/arm/mach-stm32/stm32f4] Error 2
+make[1]: *** [arch/arm/mach-stm32] Error 2
+make: *** [sub-make] Error 2
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Vikas Manocha <vikas.manocha@st.com>
2017-08-04 20:38:38 -04:00
..
2017-08-04 07:23:32 -04:00
2017-08-04 20:38:38 -04:00
2017-08-04 07:23:32 -04:00
2017-06-29 21:18:48 -04:00
2017-05-08 11:57:35 -04:00
2017-08-04 20:38:35 -04:00
2017-05-09 20:30:08 -04:00
2017-06-05 12:31:23 -04:00
2017-07-25 21:08:01 -04:00
2015-02-21 08:23:51 -05:00
2017-07-25 21:08:01 -04:00
2017-07-25 21:20:02 -04:00
2017-07-26 11:26:52 -04:00
2017-05-22 12:45:27 -04:00
2017-07-22 15:36:18 -04:00
2017-07-25 21:31:03 -04:00
2017-07-31 12:21:39 -04:00
2017-04-05 16:36:51 -04:00
2017-08-03 03:50:03 +09:00
2017-07-27 14:59:04 +02:00
2015-11-30 17:17:01 +09:00
2017-06-01 07:03:01 -06:00
2017-07-26 10:31:44 +02:00
2017-03-14 20:40:21 -04:00
2017-08-04 20:38:38 -04:00
2017-07-25 21:08:01 -04:00
2017-07-28 12:02:47 -06:00
2017-07-26 22:27:15 +09:00
2015-09-11 15:01:25 -04:00
2017-08-02 09:11:51 +02:00
2015-11-10 15:03:48 +01:00
2017-06-05 14:13:11 -04:00
2017-07-25 21:34:15 -04:00
2014-10-26 22:23:12 +01:00
2017-07-12 10:17:44 +02:00