Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Netlogic: Fix defconfigs for coverage builds

The toolchain prefix will most likely be site specific and is not
guaranteed to always be "mips-linux-gnu-", so simply don't specify one.
A quick "git grep" shows this to be consistent amongst other cross
compiled targets.

Similarly, the site specific initramfs source location should not be used,
since that won't exist for most people, and it prevents them from doing
coverage builds on the defconfigs, such as those done in linux-next and run
routinely by many others.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Jayachandran C <jayachandranc@netlogicmicro.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3296/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Paul Gortmaker and committed by
Ralf Baechle
410e5129 87b43457

+4 -4
+2 -2
arch/mips/configs/nlm_xlp_defconfig
··· 8 8 # CONFIG_SECCOMP is not set 9 9 CONFIG_USE_OF=y 10 10 CONFIG_EXPERIMENTAL=y 11 - CONFIG_CROSS_COMPILE="mips-linux-gnu-" 11 + CONFIG_CROSS_COMPILE="" 12 12 # CONFIG_LOCALVERSION_AUTO is not set 13 13 CONFIG_SYSVIPC=y 14 14 CONFIG_POSIX_MQUEUE=y ··· 22 22 CONFIG_CGROUPS=y 23 23 CONFIG_NAMESPACES=y 24 24 CONFIG_BLK_DEV_INITRD=y 25 - CONFIG_INITRAMFS_SOURCE="usr/dev_file_list usr/rootfs.xlp" 25 + CONFIG_INITRAMFS_SOURCE="" 26 26 CONFIG_RD_BZIP2=y 27 27 CONFIG_RD_LZMA=y 28 28 CONFIG_INITRAMFS_COMPRESSION_LZMA=y
+2 -2
arch/mips/configs/nlm_xlr_defconfig
··· 8 8 CONFIG_PREEMPT_VOLUNTARY=y 9 9 CONFIG_KEXEC=y 10 10 CONFIG_EXPERIMENTAL=y 11 - CONFIG_CROSS_COMPILE="mips-linux-gnu-" 11 + CONFIG_CROSS_COMPILE="" 12 12 # CONFIG_LOCALVERSION_AUTO is not set 13 13 CONFIG_SYSVIPC=y 14 14 CONFIG_POSIX_MQUEUE=y ··· 22 22 CONFIG_NAMESPACES=y 23 23 CONFIG_SCHED_AUTOGROUP=y 24 24 CONFIG_BLK_DEV_INITRD=y 25 - CONFIG_INITRAMFS_SOURCE="usr/dev_file_list usr/rootfs.xlr" 25 + CONFIG_INITRAMFS_SOURCE="" 26 26 CONFIG_RD_BZIP2=y 27 27 CONFIG_RD_LZMA=y 28 28 CONFIG_INITRAMFS_COMPRESSION_GZIP=y