summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/sb700/lpc.c
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2011-01-27 03:31:50 +0000
committerZheng Bao <Zheng.Bao@amd.com>2011-01-27 03:31:50 +0000
commita5c949eff288af3eb4caffec57a3724c497150de (patch)
treeb3dc0071a4dd843044fcb5a7861406c2fd13a6b0 /src/southbridge/amd/sb700/lpc.c
parent066cbe0cb7275a41216ab51a67bb596257202a30 (diff)
downloadcoreboot-staging-a5c949eff288af3eb4caffec57a3724c497150de.zip
coreboot-staging-a5c949eff288af3eb4caffec57a3724c497150de.tar.gz
Trivial. Re-indent the code.
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@6301 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/sb700/lpc.c')
-rw-r--r--src/southbridge/amd/sb700/lpc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/southbridge/amd/sb700/lpc.c b/src/southbridge/amd/sb700/lpc.c
index c073230..a08780e 100644
--- a/src/southbridge/amd/sb700/lpc.c
+++ b/src/southbridge/amd/sb700/lpc.c
@@ -77,7 +77,8 @@ static void lpc_init(device_t dev)
#endif
}
-void set_cbmem_toc(struct cbmem_entry *toc) {
+void set_cbmem_toc(struct cbmem_entry *toc)
+{
u32 dword = (u32) toc;
int nvram_pos = 0xfc, i;
for (i = 0; i<4; i++) {
OpenPOWER on IntegriCloud