diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-11 09:49:36 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-15 15:49:36 -0500 |
commit | e63510d1cb56387885f94f065fdacdf45195ffec (patch) | |
tree | ab0744c50c909b350e31b136f76170e5a8d2c905 /include/configs/u8500_href.h | |
parent | 5e995c00f60596d6e8a6d4ceb9a544cedc1bc838 (diff) | |
download | u-boot-e63510d1cb56387885f94f065fdacdf45195ffec.tar.gz u-boot-e63510d1cb56387885f94f065fdacdf45195ffec.tar.xz u-boot-e63510d1cb56387885f94f065fdacdf45195ffec.zip |
configs: clean up unused macro CONFIG_L2_OFF
Since commit c2dd0d455 and 45bf05854 introduced
the new cache maintainance framework to ARM,
CONFIG_L2_OFF has not been used at all.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/configs/u8500_href.h')
-rw-r--r-- | include/configs/u8500_href.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/u8500_href.h b/include/configs/u8500_href.h index 45d33a6896..629299d107 100644 --- a/include/configs/u8500_href.h +++ b/include/configs/u8500_href.h @@ -12,7 +12,6 @@ * (easy to change) */ #define CONFIG_U8500 -#define CONFIG_L2_OFF #define CONFIG_SYS_MEMTEST_START 0x00000000 #define CONFIG_SYS_MEMTEST_END 0x1FFFFFFF |