From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Mon, 4 Jun 2012 00:04:52 +0200 Subject: [U-Boot] [GIT PULL] u-boot-mips/master Message-ID: <1338761093-27598-1-git-send-email-daniel.schwierzeck@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, please pull some checkpatch.pl cleanups for MIPS. The following changes since commit 4398d55991eb3c2484a2a8e991d701e5d7a64874: net: sh-eth: Add support Gigabit of SH7734 (2012-05-23 17:53:09 -0500) are available in the git repository at: git://git.denx.de/u-boot-mips.git master for you to fetch changes up to e034ea3b77baf90ab8dde2c1beeb22704b01fb2d: MIPS: board.c: move extern declarations to u-boot-mips.h (2012-06-03 23:46:04 +0200) ---------------------------------------------------------------- Daniel Schwierzeck (3): MIPS: bootm.c: make checkpatch.pl clean MIPS: bootm_qemu_mips.c: make checkpatch.pl clean MIPS: board.c: move extern declarations to u-boot-mips.h arch/mips/include/asm/u-boot-mips.h | 11 ++++ arch/mips/lib/board.c | 7 --- arch/mips/lib/bootm.c | 102 +++++++++++++++++------------------ arch/mips/lib/bootm_qemu_mips.c | 26 ++++----- include/common.h | 3 ++ 5 files changed, 79 insertions(+), 70 deletions(-) create mode 100644 arch/mips/include/asm/u-boot-mips.h