From: Sergei Shtylyov <sshtylyov@mvista.com>
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 12:37:31 +0400 [thread overview]
Message-ID: <4C72334B.5070901@mvista.com> (raw)
In-Reply-To: <1282474267-10244-6-git-send-email-graeme.russ@gmail.com>
Hello.
Graeme Russ wrote:
> Relocation is not board-specific fir the x86 architectrure, so
s/fir/for/
> CONFIG_RELOC_FIXUP_WORKS can be defined globally in the common.h
You mean config.h?
> Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
[...]
> 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
WBR, Sergei
next prev parent reply other threads:[~2010-08-23 8:37 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
2010-08-23 8:37 ` Sergei Shtylyov [this message]
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=4C72334B.5070901@mvista.com \
--to=sshtylyov@mvista.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.