Dear Stefano Babic, In message <1322040416-11751-3-git-send-email-sba...@denx.de> you wrote: > The twister board is a development board using > the TAM3517 SOM. > > Support for NAND, 2 Ethernet (EMAC and SMC911), > USB (EHCI_OMAP). > > Signed-off-by: Stefano Babic <sba...@denx.de> > CC: Tapani Utrianen <tap...@technexion.com> > CC: Tom Rini <tom.r...@gmail.com> > CC: Sandeep Paulraj <s-paul...@ti.com> ...
> +/* > + * Initializes on-chip ethernet controllers. > + * to override, implement board_eth_init() > + */ > +int board_eth_init(bd_t *bis) What exactly is the meaning of the above comment? > +#if defined(CONFIG_DRIVER_TI_EMAC) > + davinci_emac_initialize(); > +#endif We always want this, don't we? > +#define V_PROMPT "twister => " > +#define CONFIG_SYS_PROMPT V_PROMPT What is this V_PROMPT thing needed for? Please scrap it. 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: w...@denx.de Always try to do things in chronological order; it's less confusing that way. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot