]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add a way to skip relocation
authorSimon Glass <sjg@chromium.org>
Tue, 4 Aug 2015 18:33:39 +0000 (12:33 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:54 +0000 (08:00 +0200)
commit8a969dbef6c128e36fbf8f3e080a02679585b0b3
tree73c68933f52b33fbbfa8b053f55ea755dd818f7d
parent59ee32648e80c9625462a12ae722f75f9091e340
Add a way to skip relocation

When running U-Boot as an EFI application we cannot relocate since we do not
have relocation information. U-Boot has already been relocated to a suitable
address.

Add a global_data flag to control skipping relocation.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
common/board_f.c
include/asm-generic/global_data.h