]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx5: Remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFF
authorJason Liu <jason.hui@linaro.org>
Wed, 3 Aug 2011 00:05:47 +0000 (00:05 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 3 Sep 2011 20:40:46 +0000 (22:40 +0200)
commit8b5a4bcaa06edc7161fa380a674a891ea0631645
tree93e61490c039e704242a1eea2f29cf22ec464a78
parentd321b64d64757faa863f45aae18d261253d8ee36
mx5: Remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFF

CONFIG_L2_OFF is obsolete after the following commit:

e47f2db5371047eb9bcd115fee084e6a8a92a239
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

Since imx5 does not provide L2 cache operations(Enable/Disable)
Simply remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFF

Signed-off-by: Jason Liu <jason.hui@linaro.org>
Cc:Stefano Babic <sbabic@denx.de>
Acked-by: Stefano Babic <sbabic@denx.de>
include/configs/efikamx.h
include/configs/mx51evk.h
include/configs/mx53ard.h
include/configs/mx53evk.h
include/configs/mx53loco.h
include/configs/mx53smd.h
include/configs/vision2.h