[U-Boot] [PATCH v2] mips: move CONFIG_MIPS{32, 64} definition to config.mk
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Wed Mar 5 15:07:04 CET 2014
2014-03-05 9:25 GMT+01:00 Masahiro Yamada <yamada.m at jp.panasonic.com>:
> All mips32 boards define CONFIG_MIPS32 in config headers
> except malta boards which define it in boards.cfg.
> We can consolidate them by defining it in
> arch/mips/cpu/mips32/config.mk.
>
> CONFIG_MIPS64 definition can be moved to
> arch/mips/cpu/mips64/config.mk as well.
>
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
> Cc: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> ---
>
> Changes in v2:
> - Fix typo
> s/mip32/mips32/ in commit log.
> s/CONFIG_MIP32/CONFIG_MIPS32/
> Anyway, CONFIG_MIPS32 is not used anywhere...
Indeed those defines are unused but it's a nice cleanup. Maybe I'll
drop those defines in the future.
>
> arch/mips/cpu/mips32/config.mk | 4 +---
> arch/mips/cpu/mips64/config.mk | 4 +---
> boards.cfg | 4 ++--
> include/configs/dbau1x00.h | 1 -
> include/configs/incaip.h | 1 -
> include/configs/pb1x00.h | 1 -
> include/configs/qemu-mips.h | 1 -
> include/configs/qemu-mips64.h | 1 -
> include/configs/vct.h | 1 -
> 9 files changed, 4 insertions(+), 14 deletions(-)
>
Acked-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
--
- Daniel
More information about the U-Boot
mailing list