From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Tyser Date: Thu, 23 Apr 2009 18:06:29 -0500 Subject: [U-Boot] [PATCH v2 0/7] Remove individual I2C commands and cleanup In-Reply-To: <49F01284.3080507@denx.de> References: <49F0081F.9030409@denx.de> <49F01284.3080507@denx.de> Message-ID: <1240527989.24145.1592.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Damned, I should have wait for the "MAKEALL" is finished ... the nearly > two last boards showed me the following error: > > Configuring for CPCI750 board... > cmd_i2c.c: In function 'do_i2c': > cmd_i2c.c:1286: error: 'CONFIG_SYS_I2C_SLAVE' undeclared (first use in this function) > cmd_i2c.c:1286: error: (Each undeclared identifier is reported only once > cmd_i2c.c:1286: error: for each function it appears in.) > make[1]: *** [cmd_i2c.o] Fehler 1 > make[1]: *** Warte auf noch nicht beendete Prozesse... > make: *** [common/libcommon.a] Fehler 2 > ppc_82xx-size: './u-boot': No such file > Configuring for ELPPC board... > text data bss dec hex filename > 169744 19652 38320 227716 37984 ./u-boot > Configuring for p3mx board... > cmd_i2c.c: In function 'do_i2c': > cmd_i2c.c:1286: error: 'CONFIG_SYS_I2C_SLAVE' undeclared (first use in this function) > cmd_i2c.c:1286: error: (Each undeclared identifier is reported only once > cmd_i2c.c:1286: error: for each function it appears in.) > make[1]: *** [cmd_i2c.o] Fehler 1 > make[1]: *** Warte auf noch nicht beendete Prozesse... > make: *** [common/libcommon.a] Fehler 2 > ppc_82xx-size: './u-boot': No such file Thanks for catching that Heiko. I'll send fixups tomorrow. Best, Peter