mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 13:14:19 +08:00
10 lines
103 B
Plaintext
10 lines
103 B
Plaintext
|
ENTRY(CONFIG_PLATFORM_ELFENTRY)
|
||
|
SECTIONS
|
||
|
{
|
||
|
. = CONFIG_PLATFORM_ELFENTRY;
|
||
|
|
||
|
.data : {
|
||
|
*(.data*)
|
||
|
}
|
||
|
}
|