diff options
author | Daniel Schwierzeck | 2014-10-26 14:14:07 +0100 |
---|---|---|
committer | Daniel Schwierzeck | 2014-11-01 18:18:04 +0100 |
commit | b9863b6de22b48dd863d4385f5a5656ba84138a3 (patch) | |
tree | 25d0e799c7c3c74deb7f9e9a91971a05c35a3b16 /board/pb1x00/Kconfig | |
parent | 02611cbb7ca56d5dc405cf616ea570ae7bce43fa (diff) |
MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPS
Now the user can select the CPU type for each target. Thus
CONFIG_SYS_CPU could be set globally.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'board/pb1x00/Kconfig')
-rw-r--r-- | board/pb1x00/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/pb1x00/Kconfig b/board/pb1x00/Kconfig index ef2844a4974..251db6ab637 100644 --- a/board/pb1x00/Kconfig +++ b/board/pb1x00/Kconfig @@ -1,8 +1,5 @@ if TARGET_PB1X00 -config SYS_CPU - default "mips32" - config SYS_BOARD default "pb1x00" |