[U-Boot] [GIT PULL] u-boot-mips/master

Hi Tom,
please pull some fixes for MIPS, thanks.
The following changes since commit 8d77576371381ade83de475bb639949b44941e8c:
ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
for you to fetch changes up to 369d2aad8ac54792118fbf857b94826266e40454:
MIPS: add clrbits and setbits and add phy_to_bus support. (2015-08-21 15:22:41 +0200)
---------------------------------------------------------------- Chris Packham (1): mips: Use unsigned int when reading c0 registers
Govindraj Raja (2): MIPS: fix syntax for fdt_chosen/initrd. MIPS: add clrbits and setbits and add phy_to_bus support.
arch/mips/include/asm/io.h | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/mips/include/asm/mipsregs.h | 4 ++-- arch/mips/lib/bootm.c | 4 ++-- arch/mips/lib/io.c | 17 +++++++++++++++++ 4 files changed, 75 insertions(+), 4 deletions(-)

On Mon, Aug 24, 2015 at 01:24:57PM +0200, Daniel Schwierzeck wrote:
Hi Tom,
please pull some fixes for MIPS, thanks.
The following changes since commit 8d77576371381ade83de475bb639949b44941e8c:
ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
for you to fetch changes up to 369d2aad8ac54792118fbf857b94826266e40454:
MIPS: add clrbits and setbits and add phy_to_bus support. (2015-08-21 15:22:41 +0200)
NAK. With this I now get: board/micronas/vct/gpio.c:35:59: error: macro "clrsetbits" requires 4 arguments, but only 3 given
And a bunch of other similar errors.

2015-08-24 15:43 GMT+02:00 Tom Rini trini@konsulko.com:
On Mon, Aug 24, 2015 at 01:24:57PM +0200, Daniel Schwierzeck wrote:
Hi Tom,
please pull some fixes for MIPS, thanks.
The following changes since commit 8d77576371381ade83de475bb639949b44941e8c:
ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
for you to fetch changes up to 369d2aad8ac54792118fbf857b94826266e40454:
MIPS: add clrbits and setbits and add phy_to_bus support. (2015-08-21 15:22:41 +0200)
NAK. With this I now get: board/micronas/vct/gpio.c:35:59: error: macro "clrsetbits" requires 4 arguments, but only 3 given
And a bunch of other similar errors.
sorry, somehow I missed that commit in my buildman run. I'll send another PR with only the first two commits.
participants (2)
-
Daniel Schwierzeck
-
Tom Rini