Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2015 08:43:43 -0700
From:      Ian Lepore <ian@freebsd.org>
To:        Andrew Turner <andrew@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r279357 - head/sys/arm/conf
Message-ID:  <1425051823.1281.14.camel@freebsd.org>
In-Reply-To: <201502271240.t1RCejxW059869@svn.freebsd.org>
References:  <201502271240.t1RCejxW059869@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1425051823.1281.14.camel>