commit | ec17476b6fbbcdf78cc4f33928be6edbc7a9810f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Jan 14 17:24:35 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Jan 24 16:59:07 2014 -0500 |
tree | 91c6222536ec8a5de588289aa5b97666f8fb4e1b | |
parent | 534778895623a08f82bb878eab7a490126e8866b [diff] |
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>