From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott McNutt Date: Fri, 29 Jul 2005 10:53:54 -0400 Subject: [U-Boot-Users] Best Point for initialization In-Reply-To: References: Message-ID: <42EA4302.7090002@psyent.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jens, > 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? You might want to consider early/late init as well. See CONFIG_BOARD_EARLY_INIT_F and CONFIG_BOARD_LATE_INIT Regards, --Scott