summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/omap3_clock.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-12-15 09:28:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-15 10:19:08 +0100
commit9491ec78009839af24d7d7296219e296a3700fe7 (patch)
treeb6eea2a676606a6a5bc19bee4de152db0c680164 /arch/arm/mach-omap/omap3_clock.c
parenta3ffa97f40dc81f2d6b07ee964f2340fe0c1ba97 (diff)
downloadbarebox-9491ec78009839af24d7d7296219e296a3700fe7.tar.gz
barebox-9491ec78009839af24d7d7296219e296a3700fe7.tar.xz
Cleanup colleteral damage from renaming
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap/omap3_clock.c')
-rw-r--r--arch/arm/mach-omap/omap3_clock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap/omap3_clock.c b/arch/arm/mach-omap/omap3_clock.c
index 2727fd63d1..f1b3b07172 100644
--- a/arch/arm/mach-omap/omap3_clock.c
+++ b/arch/arm/mach-omap/omap3_clock.c
@@ -12,10 +12,10 @@
* This critical path is handled by relocating the relevant functions in
* omap3_clock_core.S to OMAP's ISRAM and executing it there.
*
- * @warning: IMPORTANT: These functions run from ISRAM stack, so no bss sections
- * should be used: functions cannot use global variables/switch constructs.
+ * @warning IMPORTANT: These functions run from ISRAM stack, so no bss sections
+ * should be used, functions cannot use global variables/switch constructs.
*
- * Originally from http://linux.omap.com/pub/bootloader/3430sdp/barebox-v1.tar.gz
+ * Originally from http://linux.omap.com/pub/bootloader/3430sdp/u-boot-v1.tar.gz
*/
/*
* (C) Copyright 2006-2008