[coreboot-gerrit] New patch to review for coreboot: 33dd46b cpu/amd/geode_gx2/cache_as_ram.inc: Illegal ASCII art is illegal

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sat Jun 28 11:09:45 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6154

-gerrit

commit 33dd46b4fe7b2ed17829163784251bbf4df6813b
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Sat Jun 28 19:07:33 2014 +1000

    cpu/amd/geode_gx2/cache_as_ram.inc: Illegal ASCII art is illegal
    
    Embedding comments inside comments is illegal in the C specification,
    Clang enforces this.
    
    Change-Id: I0a468e4196034b00dfc5860fdbbab7788e4fef77
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/cpu/amd/geode_gx2/cache_as_ram.inc | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/cpu/amd/geode_gx2/cache_as_ram.inc b/src/cpu/amd/geode_gx2/cache_as_ram.inc
index 6a107fe..b01d8c1 100644
--- a/src/cpu/amd/geode_gx2/cache_as_ram.inc
+++ b/src/cpu/amd/geode_gx2/cache_as_ram.inc
@@ -29,14 +29,14 @@
 #include <cpu/amd/gx2def.h>
 #include <cpu/x86/post_code.h>
 /***************************************************************************
-/**
-/**	DCacheSetup
-/**
-/**	Setup data cache for  use as RAM for a stack.
-/**
-/**	Max. size data cache =0x4000 (16KB)
-/**
-/***************************************************************************/
+ **
+ **	DCacheSetup
+ **
+ **	Setup data cache for  use as RAM for a stack.
+ **
+ **	Max. size data cache =0x4000 (16KB)
+ **
+ ***************************************************************************/
 DCacheSetup:
 	/* Save the BIST result */
 	movl    %eax, %ebx



More information about the coreboot-gerrit mailing list