All of lore.kernel.org
 help / color / mirror / Atom feed
From: Timur Tabi <timur@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] fsl: remove _IO_BASE and KSEG1ADDR from board configuration files
Date: Tue, 16 Jun 2009 16:40:19 -0500	[thread overview]
Message-ID: <4A381143.1090502@freescale.com> (raw)
In-Reply-To: <20090616162933.0d75ff0c.kim.phillips@freescale.com>

Kim Phillips wrote:

> based on the content of the patch:
> 
> -/* This macro is used by RTL8139 but not defined in PPC architecture */
> 
> I'd say 2, all ppc boards.

rd2plus.h, which is an SH board, has this:

/*
 * Network device (RTL8139) support
 */
#define CONFIG_NET_MULTI
#define CONFIG_RTL8139
#define _IO_BASE                0x00000000
#define KSEG1ADDR(x)            (x)

So PPC isn't the only architecture affected by this.  However, since I don't have an SH cross-compiler, I can't test it.

-- 
Timur Tabi
Linux kernel developer at Freescale

  reply	other threads:[~2009-06-16 21:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-15 21:53 [U-Boot] [PATCH] fsl: remove _IO_BASE and KSEG1ADDR from board configuration files Timur Tabi
2009-06-16  2:51 ` Kumar Gala
2009-06-16 18:32   ` Kim Phillips
2009-06-16 18:31     ` Timur Tabi
2009-06-16 18:46       ` Kim Phillips
2009-06-16 18:49         ` Timur Tabi
2009-06-16 19:05           ` Kim Phillips
2009-06-16 21:19           ` Kumar Gala
2009-06-16 21:23             ` Timur Tabi
2009-06-16 21:29               ` Kim Phillips
2009-06-16 21:40                 ` Timur Tabi [this message]
2009-06-17  7:17                   ` Nobuhiro Iwamatsu
2009-06-19 11:29       ` André Schwarz
2009-06-19 14:37         ` Timur Tabi

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=4A381143.1090502@freescale.com \
    --to=timur@freescale.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.