diff options
author | Simon Glass | 2013-02-14 17:38:30 +0000 |
---|---|---|
committer | Simon Glass | 2013-02-14 20:19:03 -0800 |
commit | 96dfc0633aabb4f8fb720d39d9deb29dde08749b (patch) | |
tree | 9b58613378b468faa5dd1a7db1db7feba37730fd /README | |
parent | 588a13f742b6d63ac7d5631af11baa01f3a9e80f (diff) |
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 'README')
-rw-r--r-- | README | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3820,11 +3820,6 @@ Low Level (hardware related) configuration options: If defined, the x86 reset vector code is included. This is not needed when U-Boot is running from Coreboot. -- CONFIG_X86_NO_REAL_MODE - If defined, x86 real mode code is omitted. This assumes a - 32-bit environment where such code is not needed. You will - need to do this when U-Boot is running from Coreboot. - Freescale QE/FMAN Firmware Support: ----------------------------------- |