mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
x86: Define the SPL image start
Define this symbol so that we can use binman symbols correctly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -17,7 +17,10 @@ SECTIONS
|
||||
|
||||
. = IMAGE_TEXT_BASE; /* Location of bootcode in flash */
|
||||
__text_start = .;
|
||||
.text : { *(.text*); }
|
||||
.text : {
|
||||
__image_copy_start = .;
|
||||
*(.text*);
|
||||
}
|
||||
|
||||
. = ALIGN(4);
|
||||
|
||||
|
Reference in New Issue
Block a user