summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-02-14 17:38:30 +0000
committerSimon Glass <sjg@chromium.org>2013-02-14 20:19:03 -0800
commit96dfc0633aabb4f8fb720d39d9deb29dde08749b (patch)
tree9b58613378b468faa5dd1a7db1db7feba37730fd /arch/x86/lib/Makefile
parent588a13f742b6d63ac7d5631af11baa01f3a9e80f (diff)
downloadtalos-obmc-uboot-96dfc0633aabb4f8fb720d39d9deb29dde08749b.tar.gz
talos-obmc-uboot-96dfc0633aabb4f8fb720d39d9deb29dde08749b.zip
x86: Remove unused real mode code
This code is pretty old and we want to support only 32-bit systems now. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'arch/x86/lib/Makefile')
-rw-r--r--arch/x86/lib/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile
index 0a52cc896c..9b24dc5fdf 100644
--- a/arch/x86/lib/Makefile
+++ b/arch/x86/lib/Makefile
@@ -25,16 +25,6 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(ARCH).o
-ifeq ($(CONFIG_X86_NO_REAL_MODE),)
-SOBJS-$(CONFIG_SYS_PC_BIOS) += bios.o
-SOBJS-$(CONFIG_SYS_PCI_BIOS) += bios_pci.o
-COBJS-y += realmode.o
-SOBJS-y += realmode_switch.o
-
-COBJS-$(CONFIG_SYS_PC_BIOS) += bios_setup.o
-COBJS-$(CONFIG_VIDEO_VGA) += video_bios.o
-endif
-
COBJS-y += board.o
COBJS-y += bootm.o
COBJS-y += cmd_boot.o
OpenPOWER on IntegriCloud