[U-Boot-Users] Best Point for initialization
Wolfgang Denk
wd at denx.de
Fri Jul 29 17:06:49 CEST 2005
In message <dcdfh8$tua$1 at sea.gmane.org> you wrote:
>
> my u-boot port runs. But I want to initialize a very spezial non
> standard device. Where is the best point to do this?
> My first intension is checkboard?
Please do not misuse code. checkboard() is, as the name suggests,
intended to check and print the board version etc. Please use one of
the *init() routined for initialization stuff. misc_init_f() and
misc_init_r() are probably best choice.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A star captain's most solemn oath is that he will give his life, even
his entire crew, rather than violate the Prime Directive.
-- Kirk, "The Omega Glory", stardate unknown
More information about the U-Boot
mailing list