diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-01-14 08:24:35 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-24 21:59:07 (GMT) |
commit | 1a0afe1fad4cc1941cae681e6036ea7a576a833e (patch) | |
tree | 91c6222536ec8a5de588289aa5b97666f8fb4e1b /include/configs/PMC405DE.h | |
parent | c4928c34b0de43e507f6e7287faff1bf02d8427c (diff) | |
download | u-boot-1a0afe1fad4cc1941cae681e6036ea7a576a833e.tar.xz |
powerpc: ppc4xx: remove redundant CONFIG_4xx definition
We do not have to define CONFIG_4xx in board config headers
because it is defined in arch/powerpc/cpu/ppc4xx/config.mk.
include/configs/JSE.h defines "CONFIG_4x", not "CONFIG_4xx".
I believe it is a typo because "CONFIG_4x" is not used at all
in other files.
So, I also deleted "CONFIG_4x" in include/configs/JSE.h.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/configs/PMC405DE.h')
-rw-r--r-- | include/configs/PMC405DE.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/PMC405DE.h b/include/configs/PMC405DE.h index 0984095..94b9547 100644 --- a/include/configs/PMC405DE.h +++ b/include/configs/PMC405DE.h @@ -9,7 +9,6 @@ #define __CONFIG_H #define CONFIG_405EP 1 /* This is a PPC405 CPU */ -#define CONFIG_4xx 1 /* ...member of PPC4xx family */ #define CONFIG_PMC405DE 1 /* ...on a PMC405DE board */ #define CONFIG_SYS_TEXT_BASE 0xFFFC0000 |