[linux-yocto] [PATCH] intel-quark.cfg: Explicitly disable CONFIG_64BIT
Cal Sullivan
california.l.sullivan at intel.com
Mon Aug 29 13:27:39 PDT 2016
Ack'd.
We'll need this setting on master, yocto-4.4, and yocto-4.1.
Thanks,
Cal Sullivan
On 08/29/2016 10:49 AM, Mikko Ylinen wrote:
> In a follow-up to e9ec769926b2378e63380bd7762ce7ce201af151
> explicitly disable CONFIG_64BIT on Quark too.
>
> Signed-off-by: Mikko Ylinen <mikko.ylinen at linux.intel.com>
> ---
> bsp/intel-common/intel-quark.cfg | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/bsp/intel-common/intel-quark.cfg b/bsp/intel-common/intel-quark.cfg
> index bdb555d..e8198bb 100644
> --- a/bsp/intel-common/intel-quark.cfg
> +++ b/bsp/intel-common/intel-quark.cfg
> @@ -3,6 +3,9 @@ CONFIG_X86_TSC=y
> CONFIG_X86_MCE=y
> CONFIG_PM=y
>
> +# Must explicitly disable 64BIT
> +# CONFIG_64BIT is not set
> +
> CONFIG_X86_INTEL_QUARK=y
> CONFIG_MFD_INTEL_QUARK_I2C_GPIO=y
> CONFIG_INTEL_QUARK_DTS_THERMAL=y
More information about the linux-yocto
mailing list