From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 01 Dec 2010 07:44:38 +0100 Subject: [U-Boot] Try to fix Board eb_cpux9k2 In-Reply-To: <4CF405E8.9020308@scharsoft.de> References: <4CF405E8.9020308@scharsoft.de> Message-ID: <4CF5EED6.4010503@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de (not sure I've answered you... sorry if I did already) Le 29/11/2010 20:58, Jens Scharsig a ?crit : > Dear Albert ARIBAUD, > > I have tried to start update the eb_cpux9k2 board. I can compile > board without errors from current tree. But the board hangs on > NAND detection. If I disable NAND support, the board starts and > I can also start Linux. > A second problem, the board does not restart (reset command). > I find out that a NULL pointer used by reset code, was also > relocated. Does any code executed directly or indirectly by biard_init_f() have global (BSS) variables? If so, you should fix this by moving those globals to the GD structure: BSS does not exist before relocation. Amicalement, -- Albert.