From b9863b6de22b48dd863d4385f5a5656ba84138a3 Mon Sep 17 00:00:00 2001 From: Daniel Schwierzeck Date: Sun, 26 Oct 2014 14:14:07 +0100 Subject: 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 --- board/dbau1x00/Kconfig | 3 --- board/imgtec/malta/Kconfig | 3 --- board/micronas/vct/Kconfig | 3 --- board/pb1x00/Kconfig | 3 --- board/qemu-mips/Kconfig | 3 --- 5 files changed, 15 deletions(-) (limited to 'board') diff --git a/board/dbau1x00/Kconfig b/board/dbau1x00/Kconfig index 1a8946d..3e3cb77 100644 --- a/board/dbau1x00/Kconfig +++ b/board/dbau1x00/Kconfig @@ -1,8 +1,5 @@ if TARGET_DBAU1X00 -config SYS_CPU - default "mips32" - config SYS_BOARD default "dbau1x00" diff --git a/board/imgtec/malta/Kconfig b/board/imgtec/malta/Kconfig index 401962c..4c06d0c 100644 --- a/board/imgtec/malta/Kconfig +++ b/board/imgtec/malta/Kconfig @@ -1,8 +1,5 @@ if TARGET_MALTA -config SYS_CPU - default "mips32" - config SYS_BOARD default "malta" diff --git a/board/micronas/vct/Kconfig b/board/micronas/vct/Kconfig index 75046fe..7c69453 100644 --- a/board/micronas/vct/Kconfig +++ b/board/micronas/vct/Kconfig @@ -1,8 +1,5 @@ if TARGET_VCT -config SYS_CPU - default "mips32" - config SYS_BOARD default "vct" diff --git a/board/pb1x00/Kconfig b/board/pb1x00/Kconfig index ef2844a..251db6a 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" diff --git a/board/qemu-mips/Kconfig b/board/qemu-mips/Kconfig index e4d9663..394534f 100644 --- a/board/qemu-mips/Kconfig +++ b/board/qemu-mips/Kconfig @@ -1,8 +1,5 @@ if TARGET_QEMU_MIPS -config SYS_CPU - default "mips32" - config SYS_BOARD default "qemu-mips" -- cgit v1.1