From: Michal Simek <monstr@seznam.cz>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Microblaze - board ml401 - 12
Date: Thu, 15 Jun 2006 22:04:32 +0200 [thread overview]
Message-ID: <00ec01c690b6$eb190190$0200a8c0@monstrone> (raw)
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
reply other threads:[~2006-06-15 20:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='00ec01c690b6$eb190190$0200a8c0@monstrone' \
--to=monstr@seznam.cz \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox