diff options
author | Tom Rini <trini@konsulko.com> | 2017-02-11 10:38:40 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-02-11 10:38:40 -0500 |
commit | a931e9975bd8fa2a1866d560de6a388042d00f0b (patch) | |
tree | 3a615af77879e2fb1aff97cf0cf21348a026b361 /board | |
parent | b16f6804b4378c6d2f6b05ece0d3ae1c36ac4308 (diff) | |
parent | 5d3be0f81ca7668ac04ee0f0b7d82e123c7f59b5 (diff) | |
download | u-boot-imx-a931e9975bd8fa2a1866d560de6a388042d00f0b.zip u-boot-imx-a931e9975bd8fa2a1866d560de6a388042d00f0b.tar.gz u-boot-imx-a931e9975bd8fa2a1866d560de6a388042d00f0b.tar.bz2 |
Merge git://git.denx.de/u-boot-samsung
Diffstat (limited to 'board')
-rw-r--r-- | board/samsung/common/exynos-uboot-spl.lds | 3 |
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 = .; |