diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-05-27 13:46:37 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-05-27 13:46:37 +0000 |
commit | 8341f44f98ad6fe8760d348e7c3cca8f49eb2557 (patch) | |
tree | 993d396d9847c690a07ca2536049413887456c6d /src/northbridge/via/vx800/examples | |
parent | 612163e3833e807caeed8889dae41d24026241e7 (diff) |
Change all vx800 file names from CamelCase to camel_case to match
our coding guidelines (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4314 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/via/vx800/examples')
-rw-r--r-- | src/northbridge/via/vx800/examples/cache_as_ram_auto.c | 4 | ||||
-rw-r--r-- | src/northbridge/via/vx800/examples/driving_clk_phase_data.c (renamed from src/northbridge/via/vx800/examples/DrivingClkPhaseData.c) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/northbridge/via/vx800/examples/cache_as_ram_auto.c b/src/northbridge/via/vx800/examples/cache_as_ram_auto.c index 55468514e9..8f53975f89 100644 --- a/src/northbridge/via/vx800/examples/cache_as_ram_auto.c +++ b/src/northbridge/via/vx800/examples/cache_as_ram_auto.c @@ -43,7 +43,7 @@ #endif #include "cpu/x86/lapic/boot_cpu.c" -#include "DrivingClkPhaseData.c" +#include "driving_clk_phase_data.c" #include "northbridge/via/vx800/raminit.h" #include "northbridge/via/vx800/raminit.c" @@ -423,7 +423,7 @@ g) Rx73h = 32h DRAMDRDYSetting(&DramAttr); - Data = 0x80; // this value is same with DevInit.c + Data = 0x80; // this value is same with dev_init.c pci_write_config8(PCI_DEV(0, 0, 4), 0xa3, Data); pci_write_config8(PCI_DEV(0, 17, 7), 0x60, rambits << 2); Data = pci_read_config8(MEMCTRL, 0x88); diff --git a/src/northbridge/via/vx800/examples/DrivingClkPhaseData.c b/src/northbridge/via/vx800/examples/driving_clk_phase_data.c index 4028f02aa5..a93c9a03c4 100644 --- a/src/northbridge/via/vx800/examples/DrivingClkPhaseData.c +++ b/src/northbridge/via/vx800/examples/driving_clk_phase_data.c @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ - #include "northbridge/via/vx800/DrivingClkPhaseData.h" + #include "northbridge/via/vx800/driving_clk_phase_data.h" // DQS Driving //Reg0xE0, 0xE1 |