public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Microblaze - board ml401 - 12
@ 2006-06-15 20:04 Michal Simek
  0 siblings, 0 replies; only message in thread
From: Michal Simek @ 2006-06-15 20:04 UTC (permalink / raw)
  To: u-boot

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 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-15 20:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-15 20:04 [U-Boot-Users] Microblaze - board ml401 - 12 Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox