mirror of
https://xff.cz/git/u-boot/
synced 2025-09-06 11:12:05 +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 */
|
. = IMAGE_TEXT_BASE; /* Location of bootcode in flash */
|
||||||
__text_start = .;
|
__text_start = .;
|
||||||
.text : { *(.text*); }
|
.text : {
|
||||||
|
__image_copy_start = .;
|
||||||
|
*(.text*);
|
||||||
|
}
|
||||||
|
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user