summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-02-11 10:38:40 -0500
committerTom Rini <trini@konsulko.com>2017-02-11 10:38:40 -0500
commita931e9975bd8fa2a1866d560de6a388042d00f0b (patch)
tree3a615af77879e2fb1aff97cf0cf21348a026b361
parentb16f6804b4378c6d2f6b05ece0d3ae1c36ac4308 (diff)
parent5d3be0f81ca7668ac04ee0f0b7d82e123c7f59b5 (diff)
Merge git://git.denx.de/u-boot-samsung
-rw-r--r--board/samsung/common/exynos-uboot-spl.lds3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/samsung/common/exynos-uboot-spl.lds b/board/samsung/common/exynos-uboot-spl.lds
index 4a933c87e9..8c497792ee 100644
--- a/board/samsung/common/exynos-uboot-spl.lds
+++ b/board/samsung/common/exynos-uboot-spl.lds
@@ -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 = .;