public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] devkit8000: Fix build break
Date: Sat, 17 Sep 2011 08:56:33 +0200	[thread overview]
Message-ID: <4E7444A1.9060306@aribaud.net> (raw)
In-Reply-To: <CA+M6bXk7MXVyMfH_eKnc5Z9jKPv=7tH-y3dUq3FV7rfzea_QYw@mail.gmail.com>

Le 17/09/2011 00:59, Tom Rini a ?crit :
> On Fri, Sep 16, 2011 at 9:42 AM,<s-paulraj@ti.com>  wrote:
>> From: Sandeep Paulraj<s-paulraj@ti.com>
>>
>> Found a build erros when i ran MAKEALL.
>> So fix it.
>>
>>
>> Signed-off-by: Sandeep Paulraj<s-paulraj@ti.com>
>> ---
>>   arch/arm/include/asm/omap_common.h |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h
>> index 015cede..66d6b71 100644
>> --- a/arch/arm/include/asm/omap_common.h
>> +++ b/arch/arm/include/asm/omap_common.h
>> @@ -45,7 +45,7 @@ void preloader_console_init(void);
>>   #define BOOT_DEVICE_ONE_NAND   4
>>   #define BOOT_DEVICE_MMC1       5
>>   #define BOOT_DEVICE_MMC2       6
>> -#elif CONFIG_OMAP34XX /* OMAP3 */
>> +#elif defined(CONFIG_OMAP34XX) /* OMAP3 */
>>   #define BOOT_DEVICE_NONE       0
>>   #define BOOT_DEVICE_XIP                1
>>   #define BOOT_DEVICE_NAND       2
>
> I believe this only exists with the SPL patches merged which I thought
> was only in your next branch atm...

Confirm, from current u-boot-arm/master:

uboot at lilith:~/src/u-boot-arm$ ./MAKEALL devkit8000
Configuring for devkit8000 board...
    text    data     bss     dec     hex filename
  277200    7540  216140  500880   7a490 ./u-boot

--------------------- SUMMARY ----------------------------
Boards compiled: 1
----------------------------------------------------------
uboot at lilith:~/src/u-boot-arm$

Amicalement,
-- 
Albert.

  reply	other threads:[~2011-09-17  6:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-16 16:42 [U-Boot] [PATCH] devkit8000: Fix build break s-paulraj at ti.com
2011-09-16 22:59 ` Tom Rini
2011-09-17  6:56   ` Albert ARIBAUD [this message]
2011-09-18 23:27     ` Paulraj, Sandeep
2011-09-19  2:19       ` Tom Rini

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=4E7444A1.9060306@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox