From 1c6d4e605588c03edf4e7ab70056d7c075fc5bb1 Mon Sep 17 00:00:00 2001 From: Nils Jacobs Date: Sun, 26 Dec 2010 05:12:49 +0000 Subject: Clean up Geode GX2 comments, whitespace and coding style. Trivial. Signed-off-by: Nils Jacobs Acked-by: Patrick Georgi Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6208 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/gx2/grphinit.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/northbridge/amd/gx2/grphinit.c') diff --git a/src/northbridge/amd/gx2/grphinit.c b/src/northbridge/amd/gx2/grphinit.c index e59a838afe..6c043fe662 100644 --- a/src/northbridge/amd/gx2/grphinit.c +++ b/src/northbridge/amd/gx2/grphinit.c @@ -5,13 +5,10 @@ #include "chip.h" #include "northbridge.h" -// FIXME handle UMA properly. -#define VIDEO_MB 8 // MB of video memory +/* FIXME handle UMA properly. */ +#define VIDEO_MB 8 /* MB of video memory */ - - /* - * This function mirrors the Graphics_Init routine in GeodeROM. - */ +/* This function mirrors the Graphics_Init routine in GeodeROM. */ void graphics_init(void) { /* SoftVG initialization */ -- cgit v1.2.3