From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 09 Sep 2014 08:17:06 +0200 Subject: [U-Boot] [PATCH] mpc8xx: move common linker scripts into the CPU directory In-Reply-To: <1410243128-1332-1-git-send-email-yamada.m@jp.panasonic.com> References: <1410243128-1332-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <540E9B62.7070607@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09.09.2014 08:12, Masahiro Yamada wrote: > Each CPU of PowerPC has its default linker script under the CPU > directory, except mpc8xx. > > Every mpc8xx board has its own linker script under the board > directory, resulting in lots of duplication of linker scripts. > > I notice eight mpc8xx boards have the same linker script. > We can decrease the number of linker scripts by putting a single > default linker script, arch/powerpc/cpu/mpc8xx/u-boot.lds. > > Signed-off-by: Masahiro Yamada > Cc: Wolfgang Denk Thanks again for spotting such issues: Acked-by: Stefan Roese Thanks, Stefan