]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
armv7: rename cache related CONFIG flags
authorAneesh V <aneesh@ti.com>
Thu, 16 Jun 2011 23:30:48 +0000 (23:30 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 4 Jul 2011 08:55:25 +0000 (10:55 +0200)
commite47f2db5371047eb9bcd115fee084e6a8a92a239
treee20802d7ecb0586dc819f8f3a2e348c2f273dd69
parent2c451f7831208741d0ff7ca6046cffcd9ee49def
armv7: rename cache related CONFIG flags

Replace the cache related CONFIG flags with more meaningful
names. Following are the changes:

CONFIG_L2_OFF      -> CONFIG_SYS_L2CACHE_OFF
CONFIG_SYS_NO_ICACHE -> CONFIG_SYS_ICACHE_OFF
CONFIG_SYS_NO_DCACHE -> CONFIG_SYS_DCACHE_OFF

Signed-off-by: Aneesh V <aneesh@ti.com>
V2:
 * Changed CONFIG_L2_OFF -> CONFIG_SYS_NO_L2CACHE
V4:
 * Changed all three flags to the final names suggested as above
   and accordingly changed the commit message
36 files changed:
arch/arm/cpu/arm1136/start.S
arch/arm/cpu/armv7/cpu.c
arch/arm/include/asm/global_data.h
arch/arm/lib/Makefile
arch/arm/lib/board.c
arch/arm/lib/cache-cp15.c
board/armltd/integrator/split_by_variant.sh
common/cmd_bdinfo.c
include/configs/B2.h
include/configs/assabet.h
include/configs/ca9x4_ct_vxp.h
include/configs/cerf250.h
include/configs/cradle.h
include/configs/csb226.h
include/configs/dnp1110.h
include/configs/efikamx.h
include/configs/evb4510.h
include/configs/gcplus.h
include/configs/innokom.h
include/configs/jornada.h
include/configs/lart.h
include/configs/lubbock.h
include/configs/mx51evk.h
include/configs/mx53evk.h
include/configs/omap4_panda.h
include/configs/omap4_sdp4430.h
include/configs/pleb2.h
include/configs/pxa255_idp.h
include/configs/s5pc210_universal.h
include/configs/shannon.h
include/configs/tegra2-common.h
include/configs/trizepsiv.h
include/configs/vision2.h
include/configs/xaeniax.h
include/configs/xm250.h
include/configs/zylonite.h