mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
Merge git://git.denx.de/u-boot-samsung
This commit is contained in:
commit
a931e9975b
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@ SECTIONS
|
|||
} >.sram
|
||||
. = ALIGN(4);
|
||||
|
||||
/* Align .machine_param on 256 byte boundary for easier searching */
|
||||
.machine_param ALIGN(0x100) : { *(.machine_param) } >.sram
|
||||
.machine_param : { *(.machine_param) } >.sram
|
||||
. = ALIGN(4);
|
||||
|
||||
__image_copy_end = .;
|
||||
|
|
Loading…
Reference in a new issue