소스 검색

Add _end for the end of u-boot image for SMDK6400

Since we rename _end to __bss_end__, But we need add _end symbol for
the end of u-boot image.

Signed-off-by: Zhong Hongbo <bocui107@gmail.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
seedshope 14 년 전
부모
커밋
920c428d0a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      nand_spl/board/samsung/smdk6400/u-boot.lds

+ 2 - 0
nand_spl/board/samsung/smdk6400/u-boot.lds

@@ -67,6 +67,8 @@ SECTIONS
 	*(.dynsym)
 	}
 
+	_end = .;
+
 	.bss __rel_dyn_start (OVERLAY) : {
 	__bss_start = .;
 	*(.bss)