]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mips: move CONFIG_MIPS{32, 64} definition to config.mk
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 5 Mar 2014 08:25:37 +0000 (17:25 +0900)
committerTom Rini <trini@ti.com>
Fri, 7 Mar 2014 15:59:06 +0000 (10:59 -0500)
commitcfda6bd2d803d0c01f485668eb8d952deb23cf2b
tree9cf1befd008b380886ebd87545f8b452a584fbcf
parent026f9cf24f3c9d30c47c42bac622a64338caf596
mips: move CONFIG_MIPS{32, 64} definition to config.mk

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@jp.panasonic.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Acked-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/cpu/mips32/config.mk
arch/mips/cpu/mips64/config.mk
boards.cfg
include/configs/dbau1x00.h
include/configs/incaip.h
include/configs/pb1x00.h
include/configs/qemu-mips.h
include/configs/qemu-mips64.h
include/configs/vct.h