diff options
Diffstat (limited to 'src/northbridge/via')
-rw-r--r-- | src/northbridge/via/vx900/early_vx900.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/vx900/early_vx900.c b/src/northbridge/via/vx900/early_vx900.c index b350ffde28..54a30af6bb 100644 --- a/src/northbridge/via/vx900/early_vx900.c +++ b/src/northbridge/via/vx900/early_vx900.c @@ -102,7 +102,7 @@ void vx900_disable_auto_reboot(void) * \brief Disables 'shadowing' of system ROM * * Disable unnecessary shadowing of the ROM in the first 1MB of address space. - * Coreboot runs in 32-bit mode from the start. Shadowing only gets in the way. + * coreboot runs in 32-bit mode from the start. Shadowing only gets in the way. * This function frees the entire 640k-1M range for DRAM. VGA may still use * the 640k-768k range, if enabled later. */ |