From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 28 Nov 2012 02:35:36 +0100 Subject: [U-Boot] [PATCH 2/5] x86: Forward declate gd_t In-Reply-To: References: <1335700823-15144-1-git-send-email-graeme.russ@gmail.com> <201211280229.41993.marex@denx.de> Message-ID: <201211280235.36782.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Simon Glass, > Hi Marek, > > On Tue, Nov 27, 2012 at 5:29 PM, Marek Vasut wrote: > > Dear Simon Glass, > > > >> Hi, > >> > >> On Sun, Apr 29, 2012 at 7:23 PM, Marek Vasut wrote: > >> > Dear Graeme Russ, > >> > > >> >> So it can be used as a type in struct global_data and remove an ugly > >> >> typecast > >> >> > >> >> Signed-off-by: Graeme Russ > >> >> --- > >> >> > >> >> arch/x86/cpu/cpu.c | 2 +- > >> >> arch/x86/include/asm/global_data.h | 4 +++- > >> >> 2 files changed, 4 insertions(+), 2 deletions(-) > >> > >> I had to modify this slightly to get it to build (added the same cast > >> fix to sdram.c as you did to cpu.c). Then, applied to x86/next. > > > > It'd be really nice if you could possibly take over the x86 custodianship > > from Graeme, it seems this arch is rotting :( > > Your wish is my command :-) Not so fast, this stuff is better discussed with both of those guys (CCed) Best regards, Marek Vasut