From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Sato Date: Thu, 19 May 2016 21:26:51 +0900 Subject: [U-Boot] [PATCH 5/9] sh: Add missing symbol for generic board In-Reply-To: <1463660815-26050-1-git-send-email-ysato@users.sourceforge.jp> References: <1463660815-26050-1-git-send-email-ysato@users.sourceforge.jp> Message-ID: <1463660815-26050-6-git-send-email-ysato@users.sourceforge.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Yoshinori Sato --- arch/sh/cpu/u-boot.lds | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sh/cpu/u-boot.lds b/arch/sh/cpu/u-boot.lds index 30c7a9d..4e8b718 100644 --- a/arch/sh/cpu/u-boot.lds +++ b/arch/sh/cpu/u-boot.lds @@ -80,4 +80,5 @@ SECTIONS PROVIDE (bss_end = .); PROVIDE (__bss_end = .); + PROVIDE (__init_end = .); } -- 2.7.0