]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc: Move duplicated BAT defines to mmu.h
authorBecky Bruce <beckyb@kernel.crashing.org>
Wed, 4 Feb 2009 00:10:51 +0000 (18:10 -0600)
committerWolfgang Denk <wd@denx.de>
Mon, 9 Feb 2009 23:27:40 +0000 (00:27 +0100)
commitd35ae5a938679bd7e18167faf79d0fb3c6639b51
treef19b433e6645157d2ddc4e6c843c72a3c6bbfd80
parent6e61fae4d360a1380b63e7d007b31477e366bcce
powerpc: Move duplicated BAT defines to mmu.h

The BAT fields are architected; there's no need for these to be in
cpu-specific files.  Drop the duplication and move these to
include/asm-ppc/mmu.h.  Also, remove the BL_xxx defines that were only
used by the alaska board, and switch to using the BATU_BL_xxx defines
used by all the other boards.  The BL_ defines previously in use
had to be shifted into the proper position for use, which was inefficient.

Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
board/alaska/alaska.c
board/etin/debris/flash.c
board/etin/kvme080/kvme080.c
include/74xx_7xx.h
include/asm-ppc/e300.h
include/asm-ppc/mmu.h
include/mpc824x.h
include/mpc86xx.h