diff options
author | Zhi-zhou Zhang <etou.zh@gmail.com> | 2012-10-16 15:02:08 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2012-10-16 15:02:08 +0200 |
commit | cb0a6a1ecc8dfe4dbdad6f9376ef78879337b118 (patch) | |
tree | 6398daa7ee7188509950120a9377bfa91e9c478c /arch/mips/cpu/xburst/start.S | |
parent | bd23b22badadcdc414a900828253961fc5ec6c39 (diff) | |
download | u-boot-imx-cb0a6a1ecc8dfe4dbdad6f9376ef78879337b118.zip u-boot-imx-cb0a6a1ecc8dfe4dbdad6f9376ef78879337b118.tar.gz u-boot-imx-cb0a6a1ecc8dfe4dbdad6f9376ef78879337b118.tar.bz2 |
MIPS: don't use camel-case style
Replace camel-case style with upper-case style globally.
Signed-off-by: Zhizhou Zhang <etou.zh@gmail.com>
Diffstat (limited to 'arch/mips/cpu/xburst/start.S')
-rw-r--r-- | arch/mips/cpu/xburst/start.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/cpu/xburst/start.S b/arch/mips/cpu/xburst/start.S index d846104..3a8280c 100644 --- a/arch/mips/cpu/xburst/start.S +++ b/arch/mips/cpu/xburst/start.S @@ -96,7 +96,7 @@ relocate_code: li t0, KSEG0 addi t1, t0, CONFIG_SYS_DCACHE_SIZE 2: - cache Index_Writeback_Inv_D, 0(t0) + cache INDEX_WRITEBACK_INV_D, 0(t0) bne t0, t1, 2b addi t0, CONFIG_SYS_CACHELINE_SIZE @@ -106,7 +106,7 @@ relocate_code: li t0, KSEG0 addi t1, t0, CONFIG_SYS_ICACHE_SIZE 3: - cache Index_Invalidate_I, 0(t0) + cache INDEX_INVALIDATE_I, 0(t0) bne t0, t1, 3b addi t0, CONFIG_SYS_CACHELINE_SIZE |