public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michael Schwingen <rincewind@discworld.dascon.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] fix CONFIG_FLASH_CFI_LEGACY compilation
Date: Sat, 12 Jan 2008 20:29:47 +0100	[thread overview]
Message-ID: <20080112192947.GA14262@discworld.dascon.de> (raw)
In-Reply-To: <20080112184826.EE22024656@gemini.denx.de>

On Sat, Jan 12, 2008 at 07:48:26PM +0100, Wolfgang Denk wrote:
> Hm... either you got the patch inverse, or something is seriously
> broken:

I vote for the second option - don't know what got into me. The strange
thing is that it worked, nevertheless ...

cu
Michael

Signed-off-by: Michael Schwingen <michael@schwingen.org>

diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c
index 4f61e36..eb509f5 100644
--- a/drivers/mtd/cfi_flash.c
+++ b/drivers/mtd/cfi_flash.c
@@ -1446,11 +1446,11 @@ static void flash_read_jedec_ids (flash_info_t * info)
 	switch (info->vendor) {
 	case CFI_CMDSET_INTEL_STANDARD:
 	case CFI_CMDSET_INTEL_EXTENDED:
-		flash_read_jedec_ids_intel(info);
+		cmdset_intel_read_jedec_ids(info);
 		break;
 	case CFI_CMDSET_AMD_STANDARD:
 	case CFI_CMDSET_AMD_EXTENDED:
-		flash_read_jedec_ids_amd(info);
+		cmdset_amd_read_jedec_ids(info);
 		break;
 	default:
 		break;

  reply	other threads:[~2008-01-12 19:29 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-09 21:36 [U-Boot-Users] CUSTODIANS: List of open issues / not applied patches Wolfgang Denk
2008-01-09 21:45 ` Timur Tabi
2008-01-09 21:47 ` Jerry Van Baren
2008-01-09 22:47 ` Andy Fleming
2008-01-09 23:17 ` Matthias Fuchs
2008-01-10  8:48 ` Haavard Skinnemoen
2008-01-10 10:50 ` Jean-Christophe PLAGNIOL-VILLARD
2008-01-10 15:34 ` Scott McNutt
2008-01-10 20:43 ` Ben Warren
2008-01-11  4:04 ` Kim Phillips
2008-01-11 10:06 ` Martin Krause
2008-01-11 21:06 ` Michael Schwingen
2008-01-12  6:27   ` Stefan Roese
2008-01-12 13:43     ` [U-Boot-Users] [PATCH] fix CONFIG_FLASH_CFI_LEGACY compilation Michael Schwingen
2008-01-12 18:48       ` Wolfgang Denk
2008-01-12 19:29         ` Michael Schwingen [this message]
2008-01-13 14:09           ` Stefan Roese
2008-01-14  8:01   ` [U-Boot-Users] CUSTODIANS: List of open issues / not applied patches Haavard Skinnemoen
2008-01-14  8:07     ` Michael Schwingen
2008-01-15 14:48 ` Shinya Kuribayashi
2008-01-16 10:16   ` Vlad Lungu
2008-01-16 12:16     ` Shinya Kuribayashi
2008-01-16 12:18       ` Vlad Lungu
2008-01-15 15:39 ` Nobuhiro Iwamatsu

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=20080112192947.GA14262@discworld.dascon.de \
    --to=rincewind@discworld.dascon.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