]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Remove unused real mode code
authorSimon Glass <sjg@chromium.org>
Thu, 14 Feb 2013 17:38:30 +0000 (17:38 +0000)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Feb 2013 04:19:03 +0000 (20:19 -0800)
commit96dfc0633aabb4f8fb720d39d9deb29dde08749b
tree9b58613378b468faa5dd1a7db1db7feba37730fd
parent588a13f742b6d63ac7d5631af11baa01f3a9e80f
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>
12 files changed:
README
arch/x86/include/asm/realmode.h [deleted file]
arch/x86/lib/Makefile
arch/x86/lib/bios.S [deleted file]
arch/x86/lib/bios.h
arch/x86/lib/bios_pci.S [deleted file]
arch/x86/lib/bios_setup.c [deleted file]
arch/x86/lib/realmode.c [deleted file]
arch/x86/lib/realmode_switch.S [deleted file]
arch/x86/lib/video.c
arch/x86/lib/video_bios.c [deleted file]
arch/x86/lib/zimage.c