From patchwork Fri Sep 20 00:56:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 276169 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id DAE1B2C010E for ; Fri, 20 Sep 2013 10:56:21 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751914Ab3ITA4R (ORCPT ); Thu, 19 Sep 2013 20:56:17 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:46071 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751721Ab3ITA4R (ORCPT ); Thu, 19 Sep 2013 20:56:17 -0400 Received: by mail-pa0-f48.google.com with SMTP id kp13so71081pab.35 for ; Thu, 19 Sep 2013 17:56:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=f+/RKTTWDU7ktYnoXktJgUktfGDAnz0NqD0jDB2Ug88=; b=VwIMZvmOyX7yfeG8EdAEVn/+K+4ya0wyv5JCUHW6U+af0fBIsTxYYt9RqpwwvCtNat kY+4XZ3F0EMZ71Y6EMRQIUliW2KTZ2i2zNlWFxGTgGon54QZjj8IP7KsCY/iW+knWqFg gXwGCvr/EfurgZNZsgL2CwVBRfB51qVq+4Oa0Mnrm3q1LecqGrFB8iJO6bwCBjxgyoJ5 XnFpunX9Y0BvgsXUvwd1mSxA4NQFxpiLtMObB+lNwTemwtm2SpxO1NoUoEE6fHdiGS4H y1HPyFTE8A+kEqLWMMlivhFFbDR5ozJkla+mGnEVwCpDcEXRiqKzixUtL/Lk0ZSCp6EP KvIA== X-Gm-Message-State: ALoCoQkH7Yac+RQP05Oh7OMGsjf1bJhEuqFVzLFIKrYZGdDfc9wWfB4uynKTPKjh6WcLKqqVWKUh X-Received: by 10.68.232.3 with SMTP id tk3mr4812712pbc.121.1379638576660; Thu, 19 Sep 2013 17:56:16 -0700 (PDT) Received: from brutus.lixom.net (173-13-129-225-sfba.hfc.comcastbusiness.net. [173.13.129.225]) by mx.google.com with ESMTPSA id mr3sm12025105pbb.27.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Sep 2013 17:56:15 -0700 (PDT) From: Olof Johansson To: swarren@wwwdotorg.org Cc: linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, thierry.reding@gmail.com, Olof Johansson Subject: [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB Date: Thu, 19 Sep 2013 17:56:33 -0700 Message-Id: <1379638594-28888-1-git-send-email-olof@lixom.net> X-Mailer: git-send-email 1.7.10.4 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org This is needed on TrimSlice, since the u-boot on that hardware is too old to support native device tree booting. Same for any device that currently run fastboot, but none of that hardware is supported in mainline today; or at least there are modern u-boot ports for it. Signed-off-by: Olof Johansson --- arch/arm/configs/tegra_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index ea042e8..b694a09 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -39,6 +39,8 @@ CONFIG_AEABI=y CONFIG_HIGHMEM=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 +CONFIG_ARM_APPENDED_DTB=y +CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_KEXEC=y CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y