efi: Rename ImageBase to image_base
It is confusing to have a camel-case indentifier in the these files. Rename them to fit with U-Boot's snake-case style. The image_base symbol is already used in the x86 link-scripts. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -75,6 +75,8 @@ extern char __rel_dyn_start[], __rel_dyn_end[];
|
||||
extern char _image_binary_end[];
|
||||
extern char __dtb[];
|
||||
|
||||
extern char image_base[];
|
||||
|
||||
/*
|
||||
* This is the U-Boot entry point - prior to relocation it should be same
|
||||
* as __text_start
|
||||
|
||||
Reference in New Issue
Block a user