]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Support skipping relocation for EFI
authorSimon Glass <sjg@chromium.org>
Tue, 4 Aug 2015 18:33:44 +0000 (12:33 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:55 +0000 (08:00 +0200)
commit5bdff1300b8c3c580a772c8443e22cff5e5d2cbd
tree852ab409bdc11034c3200b7ddd39afe037594104
parentcb5d681b39cf010ce786828d8bf61404dfa2d58b
x86: Support skipping relocation for EFI

When running as an EFI application we must skip relocation. Add support for
this in the x86 relocation code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/relocate.c