]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc8610hpcd: Fix PCI mapping concepts
authorBecky Bruce <beckyb@kernel.crashing.org>
Thu, 4 Dec 2008 04:36:44 +0000 (22:36 -0600)
committerJon Loeliger <jdl@freescale.com>
Tue, 13 Jan 2009 21:27:46 +0000 (15:27 -0600)
commit3e3fffe3baf3befde287fec1fcbfe55052fb8946
tree91dfeb07be2227544e11d432c93a1f4b9dccc43f
parent79e436cad3b4a7db88408c3f05175028f30d700d
mpc8610hpcd: Fix PCI mapping concepts

Rename _BASE to _BUS, as it's actually a PCI bus address,
separate virtual and physical addresses into _VIRT and _PHYS,
and use each appopriately.  This makes the code easier to read
and understand, and facilitates mapping changes going forward.

Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
board/freescale/mpc8610hpcd/law.c
board/freescale/mpc8610hpcd/mpc8610hpcd.c
include/configs/MPC8610HPCD.h