
10 Oct
2008
10 Oct
'08
8:29 a.m.
-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Swarthout Edward L-SWARTHOU Sent: Thursday, October 09, 2008 2:27 PM To: u-boot@lists.denx.de Cc: Swarthout Edward L-SWARTHOU Subject: [U-Boot] [PATCH 2/2] Leave x86emu op code tables in default section
Forcing the tables into got2 caused extra relocation when using -mrelocatable. This patch requires any board defining CONFIG_BIOSEMU to use -mrelocatable.
Signed-off-by: Ed Swarthout Ed.Swarthout@freescale.com
The only boards which define CONFIG_BIOSEMU are: MPC8536DS, MPC8572DS, MPC8544DS, HPC8641HPCN, and sequoia. I've tested this patch on the 8572 and 8544 boards.
Ack, Tested on 8536DS board.
Jason