diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-06 14:59:36 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-20 11:28:25 -0500 |
commit | 5d7b131d41d8a8fb50edf27d945703e757ed8357 (patch) | |
tree | afe5ad3bf85e7a274b360ac951c85f83c5332a89 /include/configs/nhk8815.h | |
parent | f2168440de74036b207a6626c7a9fd9d164951df (diff) | |
download | u-boot-imx-5d7b131d41d8a8fb50edf27d945703e757ed8357.zip u-boot-imx-5d7b131d41d8a8fb50edf27d945703e757ed8357.tar.gz u-boot-imx-5d7b131d41d8a8fb50edf27d945703e757ed8357.tar.bz2 |
ARM: remove CONFIG_ARM926EJS defines
CONFIG_CPU_ARM926EJS was introduced into Kconfig by commit 2e07c249a67e
(kconfig: arm: introduce symbol for ARM CPUs).
This commit removes all the defines of CONFIG_ARM926EJS and replaces
the only reference in arch/arm/lib/cache.c with CONFIG_CPU_ARM926EJS.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/configs/nhk8815.h')
-rw-r--r-- | include/configs/nhk8815.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h index 5419f55..52cde41 100644 --- a/include/configs/nhk8815.h +++ b/include/configs/nhk8815.h @@ -12,7 +12,6 @@ #include <nomadik.h> -#define CONFIG_ARM926EJS #define CONFIG_NOMADIK_8815 /* cpu variant */ #define CONFIG_SKIP_LOWLEVEL_INIT /* we have already been loaded to RAM */ |