summaryrefslogtreecommitdiffstats
path: root/include/mpc86xx.h
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2013-08-16 14:52:26 +0530
committerYork Sun <yorksun@freescale.com>2013-08-20 09:57:51 -0700
commit997399fa42b098d0a4163e1a3461bd9a34aab8ac (patch)
treec3eef2281fe034340db0cff3260c2da7adb83c7f /include/mpc86xx.h
parent5d97fe2a0421247f6b89591c666d7aa94d40beb0 (diff)
downloadblackbird-obmc-uboot-997399fa42b098d0a4163e1a3461bd9a34aab8ac.tar.gz
blackbird-obmc-uboot-997399fa42b098d0a4163e1a3461bd9a34aab8ac.zip
powerpc: Fix CamelCase checkpatch warnings
85xx, 86xx PowerPC folders have code variables with CamelCase naming conventions. because of this code checkpatch script generates "WARNING: Avoid CamelCase". Convert variables name to normal naming convention and modify board, driver files with updated the new structure. Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Acked-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/mpc86xx.h')
-rw-r--r--include/mpc86xx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mpc86xx.h b/include/mpc86xx.h
index 31e83f2cc9..9fe4748032 100644
--- a/include/mpc86xx.h
+++ b/include/mpc86xx.h
@@ -41,9 +41,9 @@
#ifndef __ASSEMBLY__
typedef struct {
- unsigned long freqProcessor;
- unsigned long freqSystemBus;
- unsigned long freqLocalBus;
+ unsigned long freq_processor;
+ unsigned long freq_systembus;
+ unsigned long freq_localbus;
} MPC86xx_SYS_INFO;
#define l1icache_enable icache_enable
OpenPOWER on IntegriCloud