From: Andrew Zhukov <zhukov@tst.spb.su>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] bootm sets wrong Machine ID for at91rm9200dk
Date: 17 Mar 2006 17:52:59 +0200 [thread overview]
Message-ID: <1142610779.14390.9.camel@localhost.localdomain> (raw)
In-Reply-To: <441AB322.7030304@koansoftware.com>
On Fri, 2006-03-17 at 15:01, Marco Cavallini wrote:
> > After bootm (u-boot 1.1.4), kernel 2.6.15.6 hangs. The reason is the
> > Machine Id (in r1) is 0xfb, but the kernel expects 0x106 (at91rm9200dk).
> > Which file should be edited in u-boot?
> > Note: I'm not the only one who face the problem.
> >
> Andrew
> take a look at
> board/at91rm9200dk/at91rm9200dk.c
> function board_init()
> MACH_TYPE_AT91RM9200
Thanks! I changed the line 60 in board/at91rm9200dk/at91rm9200dk.c and
the kernel starts all right.
The change is:
/* arch number of AT91RM9200DK-Board */
- gd->bd->bi_arch_number = MACH_TYPE_AT91RM9200;
+ gd->bd->bi_arch_number = MACH_TYPE_AT91RM9200DK;
Thanks to all who replied!
next prev parent reply other threads:[~2006-03-17 15:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-17 8:16 [U-Boot-Users] bootm sets wrong Machine ID for at91rm9200dk Zhukov
2006-03-17 13:01 ` Marco Cavallini
2006-03-17 15:52 ` Andrew Zhukov [this message]
2006-03-17 21:12 ` Wolfgang Denk
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=1142610779.14390.9.camel@localhost.localdomain \
--to=zhukov@tst.spb.su \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.