[U-Boot-Users] Microblaze - board ml401 - 12-repair
Michal Simek
monstr at seznam.cz
Thu Jun 15 22:06:53 CEST 2006
I forgot add atachement with start.S. Sorry
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: start.diff
Type: application/octet-stream
Size: 2049 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20060615/f87481b1/attachment.obj
More information about the U-Boot
mailing list