]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
efi: Drop CONFIG_SYS_TEXT_BASE for EFI
authorBen Stoltz <stoltz@google.com>
Tue, 4 Aug 2015 18:33:41 +0000 (12:33 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:55 +0000 (08:00 +0200)
commit8973d1d935a9f78b041729030fbe45c68e17e509
tree30fbe939c927b2bcb56049307d0eccbe8edd1394
parent7fd448aee82061a1e0e430ee780d96d59d1086d2
efi: Drop CONFIG_SYS_TEXT_BASE for EFI

When U-Boot runs as an EFI application is does not have a definition of
CONFIG_SYS_TEXT_BASE. U-Boot is a relocatable application and the relocation
is done by EFI. U-Boot can be loaded at any address.

Ensure that this CONFIG option is not set in this case.

Signed-off-by: Ben Stoltz <stoltz@google.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Kconfig