From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Fri, 02 May 2008 12:33:43 +0900 Subject: [U-Boot-Users] [GIT PULL] MIPS updates Message-ID: <481A8B97.5030209@ruby.dti.ne.jp> 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 MIPS updates. 2 patches are there. One fixes a build failure caused by absence of dcache_enable(). The other is for a better handling of gas minor version (this isn't a kind of bug fix, but I'd like to push this for 1.3.3 release. Ok?). Each patch has not been posted to u-boot-users yet, so they will follow this mail. Please review (and apply). thanks, Shinya --- The following changes since commit 50f93d30dae3c5d888aa244d964ccd77be9b1c0c: Wolfgang Denk (1): Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master are available in the git repository at: git://git.denx.de/u-boot-mips.git master Shinya Kuribayashi (2): [MIPS] cpu/mips/cache.S: Add dcache_enable [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker cpu/mips/cache.S | 16 ++++++++++++++++ cpu/mips/config.mk | 2 +- 2 files changed, 17 insertions(+), 1 deletions(-)