From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Mon, 01 Aug 2005 08:04:28 +0200 Subject: [U-Boot-Users] Re: Best Point for initialization In-Reply-To: <20050729150649.0D317352BD9@atlas.denx.de> References: <20050729150649.0D317352BD9@atlas.denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk schrieb: > In message 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, I don't realy plan to use checkboard() to do this. But I don't know the right point. > 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. Now I know it. thanks Regards Jens