From: Alexandr Kuleschov <kuleschov@alpha.tula.net>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] troubles
Date: Wed, 7 Dec 2005 12:38:04 +0300 [thread overview]
Message-ID: <28929506.20051207123804@alpha.tula.net> (raw)
Hi people!
I work with based on AT91RM9200 board. (SDRAM 16Mbitx16)
When i use "#define CONFIG_SKIP_LOWLEVEL_INIT" and "#define
CONFIG_SKIP_RELOCATE_UBOOT" then U-BOOT does not work.
But if to change a lines in file "/cpu/arm920t/at91rm9200/lowlevel_init.S" :
ldr r0, =SMRDATA
ldr r1, _MTEXT_BASE
sub r0, r0, r1
add r2, r0, #32 //this number valid for me
and
ldr r0, =SMRDATA1
ldr r1, _MTEXT_BASE
sub r0, r0, r1
add r2, r0, #160 //this number valid for me
to a line
ldr r0, =SMRDATA
add r2, r0, #32 //this number valid for me
and
ldr r0, =SMRDATA1
add r2, r0, #160 //this number valid for me
works correctly
How to solve a problem?
Thank
Alexandr
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users
next reply other threads:[~2005-12-07 9:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-07 9:38 Alexandr Kuleschov [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-12-06 8:46 [U-Boot-Users] troubles Alexandr Kuleschov
2005-12-06 9:14 ` Anders Larsen
2005-11-30 14:23 Alexandr Kuleschov
2005-11-30 15:09 ` Daniel Stenberg
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=28929506.20051207123804@alpha.tula.net \
--to=kuleschov@alpha.tula.net \
--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