Home
last modified time | relevance | path

Searched hist:fb00601ed6b8e9eca9d85c606de08cbd76b9d05f (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/
H A DMakefilefb00601ed6b8e9eca9d85c606de08cbd76b9d05f Thu Oct 16 14:58:20 UTC 2014 Bin Meng <bmeng.cn@gmail.com> 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>