commit | 20286cdff766d64dc718a9d855b049580dfeb3cc | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Mon May 16 10:52:11 2016 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat May 21 01:36:39 2016 +0200 |
tree | 76be6ffa7aece37cfcd18f04f50001e2b622806d | |
parent | 9f8ac82452d8bb5eccc38a0c3c0a8f82e1774452 [diff] |
MIPS: Simplify CONFIG_SYS_CPU values Rather than having the values for CONFIG_SYS_CPU depend upon each architecture revision, have them depend upon the more general CONFIG_CPU_MIPS32 & CONFIG_CPU_MIPS64 which in turn depend upon the architecture revisions. This is done in preparation for adding MIPSr6 support, which would otherwise need to introduce new cases here. Signed-off-by: Paul Burton <paul.burton@imgtec.com>