
30 Jan
2015
30 Jan
'15
11:09 p.m.
On Sunday, January 18, 2015 at 07:19:40 AM, Dinh Nguyen wrote:
On 12/31/14 1:14 PM, Marek Vasut wrote:
Hi!
diff --git a/board/altera/socfpga/socfpga.c b/board/altera/socfpga/socfpga.c index 459d82f..a9c330d 100644 --- a/board/altera/socfpga/socfpga.c +++ b/board/altera/socfpga/socfpga.c @@ -23,7 +23,14 @@ DECLARE_GLOBAL_DATA_PTR;
*/
int checkboard(void) {
+#ifdef CONFIG_TARGET_SOCFPGA_CYCLONE5
puts("BOARD: Altera SoCFPGA Cyclone5 Board\n");
+#endif
+#ifdef CONFIG_TARGET_SOCFPGA_ARRIA5
- puts("BOARD: Altera SoCFPGA Arria5 Board\n");
+#endif
return 0;
}
Do you need this change here only to get zapped in patch 11/12. No objections really, just an observation.
You're right, I re-ordered the patches to cater for this. Thanks!
Best regards, Marek Vasut