Dear Luka Perkov, In message <20120317234054.ga21...@w500.lan> you wrote: > > Add support for new boards RaidSonic ICY BOX NAS6210 and NAS6220 boards.
Just a tiny detail... ... > +/* > + * Version number information > + */ > +#ifdef CONFIG_BOARD_IS_IB_NAS6210 > +# define CONFIG_IDENT_STRING " RaidSonic ICY BOX IB-NAS6210" > +#elif CONFIG_BOARD_IS_IB_NAS6220 For robustness, this should rather be #elif defined(CONFIG_BOARD_IS_IB_NAS6220) [and for consistency, you then may want to reqrite the #if above as #if defined(CONFIG_BOARD_IS_IB_NAS6210) ] 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: w...@denx.de I often quote myself; it adds spice to my conversation. - G. B. Shaw _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot