commit | b16f521a5e87208cebbd17964452e11704416c3f | [log] [tgz] |
---|---|---|
author | Gabe Black <gabeblack@chromium.org> | Tue Nov 27 21:08:06 2012 +0000 |
committer | Simon Glass <sjg@chromium.org> | Wed Nov 28 11:40:03 2012 -0800 |
tree | f3a37b94139b202e67fcebd905a91e2ff6eb07da | |
parent | 8a487a4417221412d1cd23d4e08253fc9413be51 [diff] |
x86: Allow excluding reset vector code from u-boot When running from coreboot we don't want this code. This version works by ifdef-ing out all of the code that would go into those sections and all the code that refers to it. The sections are then empty, and the linker will either leave them empty for the loader to ignore or remove them entirely. Signed-off-by: Gabe Black <gabeblack@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>