summaryrefslogtreecommitdiff
path: root/board/samsung
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-02-08 12:43:46 (GMT)
committerMinkyu Kang <mk7.kang@samsung.com>2017-02-10 09:51:51 (GMT)
commit5d3be0f81ca7668ac04ee0f0b7d82e123c7f59b5 (patch)
tree80e49fd6308108a780548750b7e67cce45445914 /board/samsung
parentf1cc97764be4383d2aeb56d5ba5415439a1d5c97 (diff)
downloadu-boot-5d3be0f81ca7668ac04ee0f0b7d82e123c7f59b5.tar.xz
exynos: Drop large alignment for SDRAM parameters
We don't ever search for these so there is no need for a 4KB alignment. It just wastes space. Drop this and use the standard 4-byte alignment. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/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 4a933c8..8c49779 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 = .;