From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Thu, 26 Jul 2012 17:32:51 -0300 Subject: [U-Boot] i.MX35PDK: Starting U-Boot from serial NOR-Flash In-Reply-To: <334319B2EBE0B144BAE1402B79D82DC5D31E1CB9@srvpegasus> References: <334319B2EBE0B144BAE1402B79D82DC5D31358D5@srvpegasus> <334319B2EBE0B144BAE1402B79D82DC5D31358DF@srvpegasus> <334319B2EBE0B144BAE1402B79D82DC5D31E1CB9@srvpegasus> 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 Hi Michael, On Tue, Jul 10, 2012 at 4:08 PM, Hornung, Michael wrote: > gd->bd->bi_baudrate = gd->baudrate; > /* Ram ist board specific, so move it to board code ... */ > - dram_init_banksize(); > - display_dram_config(); /* and display it */ > + //dram_init_banksize(); > + //display_dram_config(); /* and display it */ Hmmm... it doesn't sound like a good idea to remove such lines. Have you had any progress on this? I am back to the office and can try to help you on this. Regards, Fabio Estevam