svn commit: r279357 - head/sys/arm/conf

Ian Lepore ian at freebsd.org
Fri Feb 27 15:43:48 UTC 2015


On Fri, 2015-02-27 at 12:40 +0000, Andrew Turner wrote:
> Author: andrew
> Date: Fri Feb 27 12:40:44 2015
> New Revision: 279357
> URL: https://svnweb.freebsd.org/changeset/base/279357
> 
> Log:
>   Remove SMP support from the Wandboard-Solo and have it run as part of
>   universe as a config with sched_ule but without SMP.
>   
>   Sponsored by:	The FreeBSD Foundation
> 
> Modified:
>   head/sys/arm/conf/WANDBOARD-SOLO
> 
> Modified: head/sys/arm/conf/WANDBOARD-SOLO
> ==============================================================================
> --- head/sys/arm/conf/WANDBOARD-SOLO	Fri Feb 27 12:38:24 2015	(r279356)
> +++ head/sys/arm/conf/WANDBOARD-SOLO	Fri Feb 27 12:40:44 2015	(r279357)
> @@ -17,11 +17,11 @@
>  #
>  # $FreeBSD$
>  
> -#NO_UNIVERSE
> -
>  include  	"IMX6"
>  ident		WANDBOARD-SOLO
>  
> +nooptions	SMP
> +
>  # Flattened Device Tree
>  options 	FDT_DTB_STATIC
>  makeoptions	FDT_DTS_FILE=wandboard-solo.dts
> 

This config shouldn't even exist anymore, there should just be one IMX6
kernel for all imx6 platforms.

-- Ian




More information about the svn-src-head mailing list