Trivial. Reindent and dos2unix.

Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Zheng Bao <zheng.bao@amd.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6133 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Zheng Bao 2010-11-30 02:05:17 +00:00 committed by Zheng Bao
parent ca6d8084dd
commit 6b8c721e20
1 changed files with 3 additions and 3 deletions

View File

@ -362,8 +362,8 @@ static void internal_gfx_pci_dev_init(struct device *dev)
*(GpuF0MMReg + 0x655c/4) |= 1<<4;
// disable write combining, needed for stability
// reference bios does this only for RS780 rev A11
// need to figure out why we need it for all revs
// reference bios does this only for RS780 rev A11
// need to figure out why we need it for all revs
*(GpuF0MMReg + 0x2000/4) = 0x00000010;
*(GpuF0MMReg + 0x2408/4) = 1 << 9;
*(GpuF0MMReg + 0x2000/4) = 0x00000011;