소스 검색

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

Tom Rini 8 년 전
부모
커밋
a931e9975b
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      board/samsung/common/exynos-uboot-spl.lds

+ 1 - 2
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 = .;