Dear John Rigby, In message <[email protected]> you wrote: > From: Rabin Vincent <[email protected]> > > Signed-off-by: Rabin Vincent <[email protected]> > Signed-off-by: Mathieu Poirier <[email protected]> > Signed-off-by: John Rigby <[email protected]> ...
> +void arm_pl180_mmci_init(void); NAK. Please move all prototype declarations to appropriate header files. This avoids errors like here - arm_pl180_mmci_init() actually returns int! 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: [email protected] "Those who will be able to conquer software will be able to conquer the world." - Tadahiro Sekimoto, president, NEC Corp. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

