From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Tue, 09 Dec 2008 12:21:26 +0100 Subject: [U-Boot] show_boot_progess @ ppc not working In-Reply-To: <493E4FD6.4000803@matrix-vision.de> References: <493E4FD6.4000803@matrix-vision.de> Message-ID: <493E54B6.1060303@invitel.hu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Andre, Andre Schwarz schrieb: > All, > > can someone tell me why the board specific function "void > show_boot_progress(int arg)" > is no longer called (at least on MPC5200). > > Of course this line is present in the board config : > > #define CONFIG_SHOW_BOOT_PROGRESS 1 > > > What have I missed ? > The show_boot_progress () function was changed in a weak function, see commit: make show_boot_progress () weak. author Heiko Schocher Fri, 13 Jul 2007 07:54:17 +0000 (09:54 +0200) committer Heiko Schocher Fri, 13 Jul 2007 07:54:17 +0000 (09:54 +0200) commit fad63407154f46246ce80d53a9c669a44362ac67 For what board exactly is it not working? Maybe a problem with your compiler? bye Heiko