summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/bios_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/bios_setup.c')
-rw-r--r--arch/x86/lib/bios_setup.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/x86/lib/bios_setup.c b/arch/x86/lib/bios_setup.c
index 0dfe4a1031..265f7d671e 100644
--- a/arch/x86/lib/bios_setup.c
+++ b/arch/x86/lib/bios_setup.c
@@ -78,11 +78,8 @@ static void setvector(int vector, u16 segment, void *handler)
int bios_setup(void)
{
- /*
- * The BIOS section is not relocated and still in the ROM. The
- * __bios_start symbol was adjusted, though, so adjust it back.
- */
- ulong bios_start = (ulong)&__bios_start - gd->reloc_off;
+ /* The BIOS section is not relocated and still in the ROM. */
+ ulong bios_start = (ulong)&__bios_start;
ulong bios_size = (ulong)&__bios_size;
static int done;
OpenPOWER on IntegriCloud