[U-Boot] [PATCH] arch/arm/include/asm/arch-orion5x/cpu.h: fix incorrect comment
Wolfgang Denk
wd at denx.de
Thu Aug 19 00:26:05 CEST 2010
The typo caused build issues like these:
Configuring for edminiv2 board...
In file included from /work/wd/tmp-arm/include2/asm/arch/orion5x.h:39,
from cpu.c:32:
/work/wd/tmp-arm/include2/asm/arch/cpu.h:79:1: warning: "/*" within comment
In file included from /work/wd/tmp-arm/include2/asm/arch/orion5x.h:39,
from dram.c:30:
/work/wd/tmp-arm/include2/asm/arch/cpu.h:79:1: warning: "/*" within comment
In file included from /work/wd/tmp-arm/include2/asm/arch/orion5x.h:39,
from timer.c:28:
/work/wd/tmp-arm/include2/asm/arch/cpu.h:79:1: warning: "/*" within comment
In file included from /work/wd/tmp-arm/include2/asm/arch/orion5x.h:39,
from mvsata_ide.c:29:
/work/wd/tmp-arm/include2/asm/arch/cpu.h:79:1: warning: "/*" within comment
In file included from /work/wd/tmp-arm/include2/asm/arch/orion5x.h:39,
from mvgbe.c:42:
/work/wd/tmp-arm/include2/asm/arch/cpu.h:79:1: warning: "/*" within comment
In file included from /work/wd/tmp-arm/include2/asm/arch/orion5x.h:39,
from serial.c:34:
/work/wd/tmp-arm/include2/asm/arch/cpu.h:79:1: warning: "/*" within comment
In file included from /work/wd/tmp-arm/include2/asm/arch/orion5x.h:39,
from cmd_ide.c:50:
/work/wd/tmp-arm/include2/asm/arch/cpu.h:79:1: warning: "/*" within comment
In file included from /work/wd/tmp-arm/include2/asm/arch/orion5x.h:39,
from edminiv2.c:29:
/work/wd/tmp-arm/include2/asm/arch/cpu.h:79:1: warning: "/*" within comment
Signed-off-by: Wolfgang Denk <wd at denx.de>
---
arch/arm/include/asm/arch-orion5x/cpu.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/include/asm/arch-orion5x/cpu.h b/arch/arm/include/asm/arch-orion5x/cpu.h
index 80717f8..6ce02a9 100644
--- a/arch/arm/include/asm/arch-orion5x/cpu.h
+++ b/arch/arm/include/asm/arch-orion5x/cpu.h
@@ -76,7 +76,7 @@ enum orion5x_cpu_attrib {
/*
* Device Address MAP BAR values
-/*
+ *
* All addresses and sizes not defined by board code
* will be given default values here.
*/
--
1.7.2.1
More information about the U-Boot
mailing list