From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WSjEw-0006ZS-FI for barebox@lists.infradead.org; Wed, 26 Mar 2014 08:31:15 +0000 Received: by mail-lb0-f170.google.com with SMTP id s7so1235136lbd.1 for ; Wed, 26 Mar 2014 01:30:50 -0700 (PDT) From: Antony Pavlov Date: Wed, 26 Mar 2014 12:30:42 +0400 Message-Id: <1395822642-14342-1-git-send-email-antonynpavlov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] MIPS: lib: add BAREBOX_CLK_TABLE to linker script To: barebox@lists.infradead.org This commit is based on commit fa1a406f7245c5482a17014d5b97e8948352e5a5 Author: Sebastian Hesselbarth Date: Sat Nov 9 14:24:18 2013 +0100 ARM: lib: add BAREBOX_CLK_TABLE to linker script This adds an .oftables section right before .dtb section with BAREBOX_CLK_TABLE to ARM linker script. Signed-off-by: Antony Pavlov --- arch/mips/lib/barebox.lds.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/lib/barebox.lds.S b/arch/mips/lib/barebox.lds.S index bc78d2b..4ee4252 100644 --- a/arch/mips/lib/barebox.lds.S +++ b/arch/mips/lib/barebox.lds.S @@ -69,6 +69,8 @@ SECTIONS __usymtab : { BAREBOX_SYMS } __usymtab_end = .; + .oftables : { BAREBOX_CLK_TABLE() } + .dtb : { BAREBOX_DTB() } _edata = .; -- 1.9.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox