
Dear Peter Tyser,
In message 1287724834-2922-9-git-send-email-ptyser@xes-inc.com you wrote:
Signed-off-by: Peter Tyser ptyser@xes-inc.com CC: hs@denx.de
doc/README.POST | 11 ++++----- include/configs/KUP4K.h | 6 ++-- include/configs/KUP4X.h | 6 ++-- include/configs/TB5200.h | 8 +++--- include/configs/TQM5200.h | 8 +++--- include/configs/cm5200.h | 4 ++- include/configs/lwmon.h | 50 ++++++++++++++++++++++---------------------- include/configs/lwmon5.h | 15 ++++++------- include/configs/spieval.h | 8 +++--- post/drivers/i2c.c | 8 +++--- 10 files changed, 62 insertions(+), 62 deletions(-)
Hm... it seems these patches were not compile tested on the affected boards?
Commit 60aaaa0 "post/i2c: Rename I2C_ADDR_LIST to CONFIG_SYS_POST_I2C_ADDRS" breaks building of the KUP4X, MiniFAP, TB5200, TB5200_B, cm5200, lwmon, and lwmon5 configurations like that:
Configuring for lwmon5 board... i2c.c: In function 'i2c_post_test': i2c.c:88: error: assignment of read-only location make[2]: *** [/work/wd/tmp-ppc/post/drivers/i2c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... i2c.c: In function 'i2c_post_test': i2c.c:88: error: assignment of read-only location make[2]: *** [/work/wd/tmp-ppc/post/drivers/i2c.o] Error 1
Best regards,
Wolfgang Denk