All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrice Vilchez <patrice.vilchez@rfo.atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] EABI problem
Date: Fri, 06 Jul 2007 16:33:12 +0200	[thread overview]
Message-ID: <468E52A8.2040604@rfo.atmel.com> (raw)
In-Reply-To: <468E503A.7010909@balister.org>

Philip Balister a ?crit :
> Patrice Vilchez wrote:
>>> Philip
>>     Are you compiling a file with a 64 bits division ?
>>     I my case it was driver/nand/nand_utils.c enabled by adding 
>> "CFG_CMD_NAND" to CONFIG_COMMANDS.
>
> Yes, I have CFM_CMD_NAND set. I can build u-boot for the omap5912osk 
> with the same compiler fine.
>
> Philip
    But have you set CFG_NAND_LEGACY flag ?
    It disables the nand_utils.c compilation and then avoid 64 bits 
division.

from driver/nand/nand_utils.c
#if (CONFIG_COMMANDS & CFG_CMD_NAND) && !defined(CFG_NAND_LEGACY)

    I do not see any CFG_CMD_NAND into include/configs/omap5912osk.h file.

Patrice.

  reply	other threads:[~2007-07-06 14:33 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-05 17:11 [U-Boot-Users] EABI problem Patrice Vilchez
2007-07-06 13:29 ` Peter Pearse
2007-07-06 13:45   ` Patrice Vilchez
2007-07-06 14:02     ` Philip Balister
2007-07-06 14:15       ` Patrice Vilchez
2007-07-06 14:22         ` Philip Balister
2007-07-06 14:33           ` Patrice Vilchez [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-11-01 16:02 [U-Boot-Users] EABI Problem Russ Ferriday
2007-11-02 15:37 ` Johannes Stezenbach
2007-11-05 16:18   ` Johannes Stezenbach
2007-11-05 19:26     ` Wolfgang Denk
2007-11-05 21:25       ` Johannes Stezenbach
2007-11-06  5:31         ` Stefan Roese
2007-11-06  7:33           ` Wolfgang Denk
2007-11-06 13:30             ` Philip Balister
2007-11-16 20:39         ` 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=468E52A8.2040604@rfo.atmel.com \
    --to=patrice.vilchez@rfo.atmel.com \
    --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.