From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 15 Jun 2006 22:04:32 +0200 Subject: [U-Boot-Users] Microblaze - board ml401 - 12 Message-ID: <00ec01c690b6$eb190190$0200a8c0@monstrone> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I need do some changes in suzaku config file for correct setting address for stack pointer. Please add one line to include/configs/suzaku.h. This change is necessary for added new start.S file. Thanks #define CFG_SDRAM_BASE 0x80000000 #define CFG_SDRAM_SIZE 0x01000000 +#define CFG_INIT_SP_OFFSET CFG_SDRAM_BASE + CFG_SDRAM_SIZE /* init stack pointer */ #define CFG_FLASH_BASE 0xfff00000 #define CFG_FLASH_SIZE 0x00400000 CHANGELOG: * Added new start.S - low level init for Microblaze