aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb700/ramtop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/sb700/ramtop.c')
-rw-r--r--src/southbridge/amd/sb700/ramtop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/sb700/ramtop.c b/src/southbridge/amd/sb700/ramtop.c
index d306fff6fd..4d261210fe 100644
--- a/src/southbridge/amd/sb700/ramtop.c
+++ b/src/southbridge/amd/sb700/ramtop.c
@@ -32,7 +32,7 @@ void backup_top_of_low_cacheable(uintptr_t ramtop)
int nvram_pos = 0xfc, i;
for (i = 0; i < 4; i++) {
outb(nvram_pos, BIOSRAM_INDEX);
- outb((dword >>(8 * i)) & 0xff , BIOSRAM_DATA);
+ outb((dword >> (8 * i)) & 0xff, BIOSRAM_DATA);
nvram_pos++;
}
}