[U-Boot] [PATCH v7 2/2] Add support for the digsy MTC board.

Wolfgang Denk wd at denx.de
Thu Mar 19 00:12:04 CET 2009


Dear Grzegorz Bernacki,

In message <12372808011109-git-send-email-gjb at semihalf.com> you wrote:
> 
> Signed-off-by: Grzegorz Bernacki <gjb at 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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A bore is someone who persists in holding his own views after we have
enlightened him with ours.


More information about the U-Boot mailing list