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:
Simon Glass
2025-02-14 20:22:33 -07:00
parent 63c52892ec
commit 871ef532c8
3 changed files with 29 additions and 27 deletions

View File

@@ -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