commit | e4257d01e3e939af03d5afa730f069799a212750 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Oct 16 22:58:20 2014 +0800 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 09:03:07 2014 -0600 |
tree | 99d96b5f2d5254991f98804ac77797b4cb02d24a | |
parent | 0129b52df91bf0d9c821412bcf3d65595ca74a3b [diff] |
x86: Fix rom version build with CONFIG_X86_RESET_VECTOR When building U-Boot with CONFIG_X86_RESET_VECTOR, the linking process misses the resetvec.o and start16.o so it cannot generate the rom version of U-Boot. The arch/x86/cpu/Makefile is updated to pull them into the final linking process. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>