summaryrefslogtreecommitdiffstats
path: root/common/cmd_ambapp.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-04-13 09:59:26 -0700
committerWolfgang Denk <wd@denx.de>2008-04-13 09:59:26 -0700
commit1aeed8d71acb3290cf2446f316d6ba437e7881c4 (patch)
tree475d54d2773652e6103291bfdd63d9c27b68a0a8 /common/cmd_ambapp.c
parent8c8428a576f632745306e288b629e30d420c0f5a (diff)
downloadtalos-obmc-uboot-1aeed8d71acb3290cf2446f316d6ba437e7881c4.tar.gz
talos-obmc-uboot-1aeed8d71acb3290cf2446f316d6ba437e7881c4.zip
Coding Style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common/cmd_ambapp.c')
-rw-r--r--common/cmd_ambapp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_ambapp.c b/common/cmd_ambapp.c
index 738412b7fa..43427bb3c5 100644
--- a/common/cmd_ambapp.c
+++ b/common/cmd_ambapp.c
@@ -33,11 +33,11 @@ DECLARE_GLOBAL_DATA_PTR;
/* We put these variables into .data section so that they are zero
* when entering the AMBA Plug & Play routines (in cpu/cpu/ambapp.c)
- * the first time. BSS is not garantueed to be zero since BSS
+ * the first time. BSS is not garantueed to be zero since BSS
* hasn't been cleared the first times entering the CPU AMBA functions.
*
* The AMBA PnP routines call these functions if ambapp_???_print is set.
- *
+ *
*/
int ambapp_apb_print __attribute__ ((section(".data"))) = 0;
int ambapp_ahb_print __attribute__ ((section(".data"))) = 0;
OpenPOWER on IntegriCloud