fix according to coding guidelines

Signed-off-by: Stefan Reinauer <stepan@coreboot.org>
Acked-by: Stefan Reinauer <stepan@coreboot.org>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6185 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2010-12-16 23:24:27 +00:00 committed by Stefan Reinauer
parent b9c224e9c5
commit 259a39f393
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@
#include "i945.h"
#include <cbmem.h>
struct cbmem_entry *get_cbmem_toc(void) {
struct cbmem_entry *get_cbmem_toc(void)
{
return (struct cbmem_entry *)(get_top_of_ram() - HIGH_MEMORY_SIZE);
}