From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott McNutt Date: Fri, 16 Apr 2010 16:58:11 -0400 Subject: [U-Boot] [Nios] Pull Request Message-ID: <4BC8CF63.5070208@psyent.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang, These changes also fix a broken build for all nios2 boards due to a typographic error introduced in the directory restructuring. The following changes since commit 2a72e9ed18d2164eb7fe569119342eb631b568da: Stefan Roese (1): ppc4xx: Add option for PPC440SPe ports without old Rev. A support are available in the git repository at: git://git.denx.de/u-boot-nios.git master Scott McNutt (1): nios2: Move individual board linker scripts to common script in cpu tree. arch/nios2/config.mk | 2 + {board/altera/ep1c20 => arch/nios2/cpu}/u-boot.lds | 2 +- board/altera/ep1s10/u-boot.lds | 135 ------------------- board/altera/ep1s40/u-boot.lds | 135 ------------------- board/psyent/pci5441/u-boot.lds | 136 -------------------- board/psyent/pk1c20/u-boot.lds | 136 -------------------- 6 files changed, 3 insertions(+), 543 deletions(-) rename {board/altera/ep1c20 => arch/nios2/cpu}/u-boot.lds (98%) delete mode 100644 board/altera/ep1s10/u-boot.lds delete mode 100644 board/altera/ep1s40/u-boot.lds delete mode 100644 board/psyent/pci5441/u-boot.lds delete mode 100644 board/psyent/pk1c20/u-boot.lds Regards, --Scott