From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Thu, 27 Nov 2014 16:25:56 +0100 Subject: [U-Boot] [GIT PULL] u-boot-mips/master Message-ID: <54774284.4060809@gmail.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 85bafb6da4dddfffa78479aa49a72ae48578a4ce: Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2014-11-26 11:23:26 -0500) are available in the git repository at: git://git.denx.de/u-boot-mips.git master for you to fetch changes up to 6cec63d59dc102e87077cd1d85f3c1b9cdcad239: MIPS: bootm: remove unused or redundant header files (2014-11-27 16:20:37 +0100) ---------------------------------------------------------------- Daniel Schwierzeck (8): MIPS: fix setup of initial stack frame MIPS: dbau1x00: switch to generic board MIPS: pb1x00: switch to generic board MIPS: qemu_mips: switch to generic board MIPS: vct: switch to generic board MIPS: remove board.c MIPS: bootm: add missing initramfs relocation MIPS: bootm: remove unused or redundant header files arch/mips/cpu/mips32/start.S | 7 +++- arch/mips/cpu/mips64/start.S | 7 +++- arch/mips/lib/Makefile | 3 -- arch/mips/lib/board.c | 320 ------------------------------------------------------------------------------------------------------------------------------------------------- arch/mips/lib/bootm.c | 23 +++++++++-- include/configs/dbau1x00.h | 3 ++ include/configs/pb1x00.h | 3 ++ include/configs/qemu-mips.h | 3 ++ include/configs/qemu-mips64.h | 3 ++ include/configs/vct.h | 3 ++ 10 files changed, 45 insertions(+), 330 deletions(-) delete mode 100644 arch/mips/lib/board.c