From: Yoshihiro Shimoda Date: Tue, 5 Jul 2011 08:15:16 +0000 (+0900) Subject: sh: sh7757lcr: Add KEEP order to start.o section X-Git-Tag: v2011.09-rc1~72^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d61cd3708e5961fecec8c98fbb3ed787f54e723e;p=kernel%2Fu-boot.git sh: sh7757lcr: Add KEEP order to start.o section The sh7757lcr has a local u-boot.lds because the sh7757lcr is only supported the SPI booting. This patch refers from the commit "sh: Add KEEP order to start.o section" (commit ID: b52da2aed8c2c388661f369052a97d5b5c9ed00a). Signed-off-by: Yoshihiro Shimoda Signed-off-by: Nobuhiro Iwamatsu --- diff --git a/board/renesas/sh7757lcr/u-boot.lds b/board/renesas/sh7757lcr/u-boot.lds index 790b5b8..38ebe88 100644 --- a/board/renesas/sh7757lcr/u-boot.lds +++ b/board/renesas/sh7757lcr/u-boot.lds @@ -41,7 +41,7 @@ SECTIONS .text : { - arch/sh/cpu/sh4/start.o (.text) + KEEP(arch/sh/cpu/sh4/start.o (.text)) *(.spiboot1.text) *(.spiboot2.text) . = ALIGN(8192);