From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Fri, 21 Oct 2011 21:57:39 +0200 Subject: [U-Boot] Please pull u-boot-ti/master In-Reply-To: <4EA1B5F6.5000903@aribaud.net> References: <1319216441-24122-1-git-send-email-s-paulraj@ti.com> <4EA1B5F6.5000903@aribaud.net> Message-ID: <4EA1CEB3.6040009@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 21.10.2011 20:12, Albert ARIBAUD wrote: > Hi Sandeep, > > Le 21/10/2011 19:00, s-paulraj at ti.com a ?crit : >> Albert, >> Please pull u-boot-ti/master .... > > Applied to u-boot-arm/master (with rebase, as the pull request was based > on u-boot, not u-boot-arm), thanks! Just fyi: Using git head commit d775935e1f301c82bd4d9e4e5d060b3e3aaf0bfa davinci: remove config.mk file from the sources > ./MAKEALL ARMV7 ... Configuring for am335x_evm board... board.c: In function 'board_init_f': board.c:378: error: 'MACH_TYPE_TIAM335EVM' undeclared (first use in this function) board.c:378: error: (Each undeclared identifier is reported only once board.c:378: error: for each function it appears in.) ... Configuring for vision2 - Board: vision2, Options: IMX_CONFIG=board/ttcontrol/vision2/imximage_hynix.cfg board.c: In function 'board_init_f': board.c:378: error: 'MACH_TYPE_TTC_VISION2' undeclared (first use in this function) board.c:378: error: (Each undeclared identifier is reported only once board.c:378: error: for each function it appears in.) ... Configuring for dig297 board... dig297.c: In function 'board_init': dig297.c:95: error: 'MACH_TYPE_OMAP3_CPS' undeclared (first use in this function) dig297.c:95: error: (Each undeclared identifier is reported only once dig297.c:95: error: for each function it appears in.) ... Boards compiled: 34 Boards with warnings or errors: 3 ( am335x_evm vision2 dig297 ) Best regards Dirk