public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] FPGA: fix support for non-Lattice devices
Date: Mon, 18 Oct 2010 22:18:03 +0200	[thread overview]
Message-ID: <20101018201803.EADC91359B3@gemini.denx.de> (raw)
In-Reply-To: <1287430603-1343-1-git-send-email-wd@denx.de>

In message <1287430603-1343-1-git-send-email-wd@denx.de> I wrote:
> Commit 3b8ac464 "FPGA: add support for downloading Lattice bitstream"
> added support for Lattice devices, but failed to add #ifdef's that are
> needed when building for non-Lattice devices, which results in build
> failures like these:
> 
> Configuring for GEN860T board...
> drivers/fpga/libfpga.a(fpga.o): In function `fpga_dev_info':
> /home/wd/git/u-boot/work/drivers/fpga/fpga.c:145: undefined reference to `lattice_info'
> drivers/fpga/libfpga.a(fpga.o): In function `fpga_dump':
> /home/wd/git/u-boot/work/drivers/fpga/fpga.c:269: undefined reference to `lattice_dump'
> drivers/fpga/libfpga.a(fpga.o): In function `fpga_load':
> /home/wd/git/u-boot/work/drivers/fpga/fpga.c:233: undefined reference to `lattice_load'
> make: *** [u-boot] Error 1
> 
> Add the missing code.
> 
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
>  drivers/fpga/fpga.c |   12 ++++++++++++
>  1 files changed, 12 insertions(+), 0 deletions(-)

Applied.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
PoB = "Prisoner of Bill" -- those held captive, unwillingly or other-
wise, by the contemptible Microsoft monopoly.
         -- Tom Christiansen in <6abo45$3lc$2@csnews.cs.colorado.edu>

      reply	other threads:[~2010-10-18 20:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-07  8:59 [U-Boot] Add support to download Lattice's FPGA Stefano Babic
2010-10-07  8:59 ` [U-Boot] [PATCH 1/3] FPGA: add support for downloading Lattice bitstream Stefano Babic
2010-10-07  8:59   ` [U-Boot] [PATCH 2/3] MX31: Adding missing iomux pin to MX.31 registers Stefano Babic
2010-10-07  8:59     ` [U-Boot] [PATCH 3/3] MX31: Add support to update FPGA bitstream Stefano Babic
2010-10-11  8:15   ` [U-Boot] [PATCH 1/3] FPGA: add support for downloading Lattice bitstream Wolfgang Denk
2010-10-11  8:43     ` Stefano Babic
2010-10-11 13:14 ` Stefano Babic
2010-10-11 13:16 ` [U-Boot] [PATCH V2 " Stefano Babic
2010-10-18 19:36 ` [U-Boot] [PATCH] FPGA: fix support for non-Lattice devices Wolfgang Denk
2010-10-18 20:18   ` Wolfgang Denk [this message]

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=20101018201803.EADC91359B3@gemini.denx.de \
    --to=wd@denx.de \
    --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