From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Ungerer Date: Fri, 09 Sep 2011 21:49:01 +1000 Subject: [U-Boot] Breakage of cm4008, cm4116, cm4148 boards In-Reply-To: <20110908152102.6EF9D1408767@gemini.denx.de> References: <20110908152102.6EF9D1408767@gemini.denx.de> Message-ID: <4E69FD2D.3050709@opengear.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, On 09/09/2011 01:21 AM, Wolfgang Denk wrote: > now that w estart to build systems more systematically it turns out > that the cm4008, cm4116, and cm4148 boards maintained by you are > broken, for example: > > Configuring for cm4008 board... > timer.c: In function 'timer_init': > timer.c:37: error: 'TIMER_COUNT' undeclared (first use in this function) > timer.c:37: error: (Each undeclared identifier is reported only once > timer.c:37: error: for each function it appears in.) > timer.c:38: error: 'TIMER_PULSE' undeclared (first use in this function) > make[1]: *** [/work/wd/tmp-arm/arch/arm/cpu/arm920t/ks8695/timer.o] Error 1 > make: *** [/work/wd/tmp-arm/arch/arm/cpu/arm920t/ks8695/libks8695.o] Error 2 > make: *** Waiting for unfinished jobs.... > board.c: In function '__dram_init_banksize': > board.c:227: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) > board.c:227: error: (Each undeclared identifier is reported only once > board.c:227: error: for each function it appears in.) > board.c: In function 'board_init_f': > board.c:270: error: 'CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this function) > board.c:303: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) > make[1]: *** [/work/wd/tmp-arm/arch/arm/lib/board.o] Error 1 > make[1]: *** Waiting for unfinished jobs.... > make[1]: *** wait: No child processes. Stop. > make: *** [/work/wd/tmp-arm/arch/arm/lib/libarm.o] Error 2 > arm-linux-size: '/work/wd/tmp-arm/u-boot': No such file > > > Can you please provide fixes for these boards, or should we remove > them like all the other unmaitained and/or broken boards? I will provide fixes. Patches to follow soon. Regards Greg