diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2009-11-24 20:04:20 +1100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-12-05 01:05:07 +0100 |
commit | cabe5794803fbe18bedac2d9c7f2417a0fa95ec1 (patch) | |
tree | e55d2181fbb2a2081c6a3fc6ac4f2815c97d9171 /include | |
parent | 0fc1b49ecbd7ec7371f9ede0600e4fd28cec7f33 (diff) | |
download | u-boot-imx-cabe5794803fbe18bedac2d9c7f2417a0fa95ec1.zip u-boot-imx-cabe5794803fbe18bedac2d9c7f2417a0fa95ec1.tar.gz u-boot-imx-cabe5794803fbe18bedac2d9c7f2417a0fa95ec1.tar.bz2 |
i386: Move references to link script exports
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-i386/u-boot-i386.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-i386/u-boot-i386.h b/include/asm-i386/u-boot-i386.h index dfec307..1e8def7 100644 --- a/include/asm-i386/u-boot-i386.h +++ b/include/asm-i386/u-boot-i386.h @@ -35,12 +35,6 @@ extern ulong i386boot_bss_size; /* bss size */ extern ulong i386boot_stack_end; /* first usable RAM address after bss and stack */ extern ulong i386boot_ram_end; /* end of ram */ -extern ulong i386boot_realmode; /* start of realmode entry code */ -extern ulong i386boot_realmode_size;/* size of realmode entry code */ -extern ulong i386boot_bios; /* start of BIOS emulation code */ -extern ulong i386boot_bios_size; /* size of BIOS emulation code */ - - /* cpu/.../cpu.c */ int cpu_init(void); |