On Sat, Apr 5, 2008 at 11:38 PM, joe@smittys.pointclark.net wrote:
PMBASE_ADDR can be anywhere we want it to be, so long as it doesn't
collide with any IO addresses that have been reserved for other things. Currently, it's defined in i82801xx_lpc.c at the same address, that's why I was saying to move those defines as well (so PMBASE_ADDR isn't defined in 2 different places). If PMBASE_ADDR ever needs to be somewhere else for some reason in the future, we can make it configurable at build time (or something).
-Corey
Ok, here is the revised patch.
Signed-off-by: Joseph Smith joe@smittys.pointclark.net
Thanks - Joe
Acked-by: Corey Osgood corey.osgood@gmail.com