All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <heiko.schocher@invitel.hu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 05/13] x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards
Date: Mon, 23 Aug 2010 08:46:02 +0200	[thread overview]
Message-ID: <4C72192A.4080601@invitel.hu> (raw)
In-Reply-To: <1282474267-10244-6-git-send-email-graeme.russ@gmail.com>

Hello Graeme,

Graeme Russ wrote:
> Relocation is not board-specific fir the x86 architectrure, so
> CONFIG_RELOC_FIXUP_WORKS can be defined globally in the common.h
> 
> Signed-off-by: Graeme Russ <graeme.russ@gmail.com>

Acked-by: Heiko Schocher<hs@denx.de>

> ---
>  arch/i386/include/asm/config.h |    2 ++
>  include/configs/eNET.h         |    2 --
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/i386/include/asm/config.h b/arch/i386/include/asm/config.h
> index 049c44e..1952de7 100644
> --- a/arch/i386/include/asm/config.h
> +++ b/arch/i386/include/asm/config.h
> @@ -21,4 +21,6 @@
>  #ifndef _ASM_CONFIG_H_
>  #define _ASM_CONFIG_H_
>  
> +#define CONFIG_RELOC_FIXUP_WORKS
> +
>  #endif
> diff --git a/include/configs/eNET.h b/include/configs/eNET.h
> index 361fe61..04321e1 100644
> --- a/include/configs/eNET.h
> +++ b/include/configs/eNET.h
> @@ -29,8 +29,6 @@
>  #ifndef __CONFIG_H
>  #define __CONFIG_H
>  
> -#define CONFIG_RELOC_FIXUP_WORKS
> -
>  /*
>   * Stuff still to be dealt with -
>   */

bye,
Heiko

  reply	other threads:[~2010-08-23  6:46 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-22 10:50 [U-Boot] [PATCH 00/13] x86: Various Patches Graeme Russ
2010-08-22 10:50 ` [U-Boot] [PATCH 01/13] x86: Fix do_go_exec() - const argv[] Graeme Russ
2010-08-22 10:50 ` [U-Boot] [PATCH 02/13] x86: Add do_bdinfo() Graeme Russ
2010-08-22 10:50 ` [U-Boot] [PATCH 03/13] x86: Fix x86 Cold Boot Graeme Russ
2010-08-22 10:50 ` [U-Boot] [PATCH 04/13] x86: Remove Unmaintained Boards Graeme Russ
2010-08-22 10:50 ` [U-Boot] [PATCH 05/13] x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards Graeme Russ
2010-08-23  6:46   ` Heiko Schocher [this message]
2010-08-23  8:37   ` Sergei Shtylyov
2010-08-22 10:51 ` [U-Boot] [PATCH 06/13] x86: Use TEXT_BASE in linker scripts Graeme Russ
2010-08-22 10:51 ` [U-Boot] [PATCH 07/13] x86: zboot update Graeme Russ
2010-08-22 10:51 ` [U-Boot] [PATCH 08/13] x86: use gc sections to reduce image size Graeme Russ
2010-08-22 10:51 ` [U-Boot] [PATCH 09/13] x86: Move loading of GTD to C code Graeme Russ
2010-08-22 10:51 ` [U-Boot] [PATCH 10/13] x86: Coding Style Cleanup Graeme Russ
2010-08-22 10:51 ` [U-Boot] [PATCH 11/13] eNET: Add eNET_RAM_config Graeme Russ
2010-08-22 10:51 ` [U-Boot] [PATCH 12/13] eNET: Fix eNET Interrupt Setup for Linux Graeme Russ
2010-08-22 10:51 ` [U-Boot] [PATCH 13/13] x86: Add RTC support to eNET Graeme Russ

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=4C72192A.4080601@invitel.hu \
    --to=heiko.schocher@invitel.hu \
    --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.