]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
PPC: Create and use CONFIG_HIGH_BATS
authorBecky Bruce <becky.bruce@freescale.com>
Fri, 9 May 2008 00:02:12 +0000 (19:02 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 3 Jun 2008 15:48:41 +0000 (17:48 +0200)
commit31d826722434931e1152a09d140187dcf72f8aac
tree374f0cae200f233bb5e68efb784991f4d232ab70
parent912810eeca90eedd1503f5e883f3a8da39d7ff89
PPC: Create and use CONFIG_HIGH_BATS

Change all code that conditionally operates on high bat
registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
instead of the myriad ways this is done now.  Define the option
for every config for which high bats are supported (and
enabled by early boot, on parts where they're not always
enabled)

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
47 files changed:
cpu/74xx_7xx/start.S
cpu/mpc83xx/start.S
include/configs/Alaska8220.h
include/configs/BC3450.h
include/configs/CPCI750.h
include/configs/IceCube.h
include/configs/MPC8313ERDB.h
include/configs/MPC8315ERDB.h
include/configs/MPC8323ERDB.h
include/configs/MPC832XEMDS.h
include/configs/MPC8349EMDS.h
include/configs/MPC8349ITX.h
include/configs/MPC8360EMDS.h
include/configs/MPC8360ERDK.h
include/configs/MPC837XEMDS.h
include/configs/MPC837XERDB.h
include/configs/MPC8610HPCD.h
include/configs/MPC8641HPCN.h
include/configs/PM520.h
include/configs/TB5200.h
include/configs/TOP5200.h
include/configs/TQM5200.h
include/configs/TQM834x.h
include/configs/Total5200.h
include/configs/Yukon8220.h
include/configs/ads5121.h
include/configs/aev.h
include/configs/canmb.h
include/configs/cm5200.h
include/configs/cpci5200.h
include/configs/hmi1001.h
include/configs/inka4x0.h
include/configs/jupiter.h
include/configs/mcc200.h
include/configs/mecp5200.h
include/configs/motionpro.h
include/configs/mpc7448hpc2.h
include/configs/munices.h
include/configs/o2dnt.h
include/configs/p3mx.h
include/configs/pf5200.h
include/configs/sbc8349.h
include/configs/smmaco4.h
include/configs/sorcery.h
include/configs/spieval.h
include/configs/uc101.h
include/configs/v38b.h