From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2] ARM: re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board
Date: Sat, 05 Nov 2011 11:52:15 +0100 [thread overview]
Message-ID: <4EB5155F.1070304@aribaud.net> (raw)
In-Reply-To: <4EAE60D3.5040005@compulab.co.il>
Le 31/10/2011 09:48, Igor Grinberg a ?crit :
> Hi Jens,
>
> On 10/31/11 10:27, Jens Scharsig wrote:
>> Am 2011-10-31 08:46, schrieb Igor Grinberg:
>>> Hi Jens,
>>>> @@ -41,6 +41,8 @@
>>>> #define CONFIG_MISC_INIT_R
>>>> #define CONFIG_BOARD_EARLY_INIT_F
>>>>
>>>> +#define MACH_TYPE_EB_CPUX9K2 1977
>>>> +
>>>
>>> While you are at it, probably, it will be a good time
>>> to switch to the new standard and use the CONFIG_MACH_TYPE
>>> option. Please, read the README file.
>>>
>>>> /*--------------------------------------------------------------------------*/
>>>> #define CONFIG_SYS_TEXT_BASE 0x00000000
>>>> #define CONFIG_SYS_LOAD_ADDR 0x21000000 /* default load address */
>>>
>>
>> Dear Albert ARIBAUD,
>>
>> What's your opinion?
>>
>> #define MACH_TYPE_EB_CPUX9K2 1977
>>
>> or
>>
>> #define CONFIG_MACH_TYPE 1977
>
> It should be both:
>
> #define MACH_TYPE_EB_CPUX9K2 1977
>
> and then:
>
> #define CONFIG_MACH_TYPE MACH_TYPE_EB_CPUX9K2
Correct.
Amicalement,
--
Albert.
next prev parent reply other threads:[~2011-11-05 10:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-31 7:26 [U-Boot] [PATCH V2] ARM: re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board Jens Scharsig
2011-10-31 7:46 ` Igor Grinberg
2011-10-31 8:27 ` Jens Scharsig
2011-10-31 8:48 ` Igor Grinberg
2011-11-05 10:52 ` Albert ARIBAUD [this message]
2011-10-31 18:52 ` [U-Boot] [PATCH V3] Arm: " Jens Scharsig
2011-11-01 11:44 ` Igor Grinberg
2011-11-05 12:44 ` Albert ARIBAUD
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=4EB5155F.1070304@aribaud.net \
--to=albert.u.boot@aribaud.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 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.