1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00

Merge git://git.denx.de/u-boot-samsung

This commit is contained in:
Tom Rini
2017-02-11 10:38:40 -05:00

View File

@@ -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 = .;