From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 29 Oct 2011 01:44:56 +0200 Subject: [U-Boot] [BREAKAGE] gplugd board / armada100_fec Message-ID: <201110290144.56437.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Ajay Bhargav, I compiled the "gplugd" board and I got the following warnings, please fix. Configuring for gplugd board... armada100_fec.c: In function 'armdfec_init': armada100_fec.c:483:2: warning: dereferencing type-punned pointer will break strict-aliasing rules armada100_fec.c:484:2: warning: dereferencing type-punned pointer will break strict-aliasing rules armada100_fec.c: In function 'armdfec_recv': armada100_fec.c:670:2: warning: dereferencing type-punned pointer will break strict-aliasing rules gplugd.c: In function 'board_init': gplugd.c:95:27: error: 'MACH_TYPE_SHEEVAD' undeclared (first use in this function) gplugd.c:95:27: note: each undeclared identifier is reported only once for each function it appears in Cheers