
Dear Grzegorz Bernacki,
In message 12372808011109-git-send-email-gjb@semihalf.com you wrote:
Signed-off-by: Grzegorz Bernacki gjb@semihalf.com
This patch depends on changes done under first patch in the series, because it uses define CONFIG_SYS_ATA_CS_ON_I2C2 introduded in there.
MAKEALL | 1 + Makefile | 16 ++ board/digsy_mtc/Makefile | 32 ++++ board/digsy_mtc/config.mk | 24 +++ board/digsy_mtc/digsy_mtc.c | 307 +++++++++++++++++++++++++++++++++ board/digsy_mtc/eeprom.h | 32 ++++ board/digsy_mtc/is42s16800a-7t.h | 28 +++ include/configs/digsy_mtc.h | 346 ++++++++++++++++++++++++++++++++++++++ 8 files changed, 786 insertions(+), 0 deletions(-) create mode 100644 board/digsy_mtc/Makefile create mode 100644 board/digsy_mtc/config.mk create mode 100644 board/digsy_mtc/digsy_mtc.c create mode 100644 board/digsy_mtc/eeprom.h create mode 100644 board/digsy_mtc/is42s16800a-7t.h create mode 100644 include/configs/digsy_mtc.h
As mentiuoned, I applied this patch.
I did not mention, that I applied it to the "next" branch (as it would not compile in "master").
But even then, it does not compile cleanly:
+ ./MAKEALL digsy_mtc Configuring for digsy_mtc board... cpu.c: In function 'ft_cpu_setup': cpu.c:135: warning: implicit declaration of function 'eth_getenv_enetaddr' main.c: In function 'abortboot': main.c:122: warning: too few arguments for format
Please provide a patch against "next" (which I will then squash with the original patch...).
Thanks.
Best regards,
Wolfgang Denk