commit | 3246437141fe4b6838723a68a8c3eb668fde87ed | [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 | 53c9826c489f2c9c97666061ec6494dc7f440ff9 [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>