
On Wed, 11 Feb 2009 19:26:34 +0100 Heiko Schocher hs@denx.de wrote:
- added:
- bootcount support
- COMMAND HISTORY
- CONFIG_AUTO_COMPLETE
- CONFIG_SYS_FLASH_PROTECTION
- JFFS2 support
- extracted common I2C settings for all boards common I2C options
- common default environment settings summarized
Signed-off-by: Heiko Schocher hs@denx.de
I was wondering if I were the only one seeing this after applying all 12 patches?:
$ ./MAKEALL kmeter1 Configuring for kmeter1 board... ../common/common.c: In function 'writeStartSeq': ../common/common.c:428: warning: implicit declaration of function 'set_sda' ../common/common.c:430: warning: implicit declaration of function 'set_scl' ../common/common.c: In function 'i2c_make_abort': ../common/common.c:452: warning: implicit declaration of function 'get_sda' ../common/common.c:460: warning: implicit declaration of function 'get_scl' ../common/common.c: In function 'i2c_init_board': ../common/common.c:485: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token ../common/common.c:485: error: 'i2c' undeclared (first use in this function) ../common/common.c:485: error: (Each undeclared identifier is reported only once ../common/common.c:485: error: for each function it appears in.) ../common/common.c:485: error: 'i2c8260_t' undeclared (first use in this function) ../common/common.c:485: error: expected expression before ')' token ../common/common.c:492: warning: implicit declaration of function 'setports' ../common/common.c:484: warning: unused variable 'immap' make[1]: *** [../common/common.o] Error 1 make: *** [board/keymile/kmeter1/libkmeter1.a] Error 2 powerpc-linux-gnu-size: './u-boot': No such file
The referenced common.c file seems to belong to the keymile family of boards.
Thanks,
Kim