From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott McNutt Date: Tue, 24 Nov 2009 18:17:44 -0500 Subject: [U-Boot] Pull request - Nios Message-ID: <4B0C6998.30307@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 The following changes since commit fcffb680e77fcb48598d4a9944dbe2d4503170e0: Mike Frysinger (1): sf: fix stmicro offset setup while erasing are available in the git repository at: git://git.denx.de/u-boot-nios.git master Renato Andreola (1): Nios2: do_boom_linux(): kernel gunzip input data integrity problem due to Scott McNutt (2): Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts from Nios2: Fix compiler warnings in lib_nios2/board.c (unused variables) examples/standalone/nios.lds | 61 ------------------- examples/standalone/nios2.lds | 133 ----------------------------------------- lib_nios/config.mk | 2 +- lib_nios2/board.c | 2 - lib_nios2/bootm.c | 5 ++ lib_nios2/config.mk | 2 +- 6 files changed, 7 insertions(+), 198 deletions(-) delete mode 100644 examples/standalone/nios.lds delete mode 100644 examples/standalone/nios2.lds