aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2018-06-10 06:25:02 -0700
committerBin Meng <bmeng.cn@gmail.com>2018-06-13 09:50:57 +0800
commitb8038a1cdb857c87dd4bafb43e27159118f1a3e4 (patch)
tree274118f9b591890708d3638a7bd646046a369ae9 /lib
parentfcfc8a82b10c8acb844b8f0ed6c5d2cadce1291f (diff)
downloadu-boot-midas-b8038a1cdb857c87dd4bafb43e27159118f1a3e4.tar.gz
u-boot-midas-b8038a1cdb857c87dd4bafb43e27159118f1a3e4.tar.bz2
u-boot-midas-b8038a1cdb857c87dd4bafb43e27159118f1a3e4.zip
x86: efi: app: Fix broken EFI application
The EFI application does not boot currently. It's due to the call to syscon_get_by_driver_data() in cpu_init_r() maps to nowhere as CONFIG_SYSCON is not included in the configuration. EFI application is built as a shared library, so GCC won't complain during the build process if some symbols are not found. GCC will simply put these symbols into the .plt section and expect dynamic loader to fix these up. While we are here, remove some commands and drivers that are not needed at present. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions