From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 15 Oct 2014 10:38:41 -0600 Subject: [U-Boot] [PATCH] ARM: tegra: add PCIe-related pins to the Jetson TK1 pinmux tables In-Reply-To: References: <1408741448-10448-1-git-send-email-swarren@wwwdotorg.org> <5419B3EA.3010905@wwwdotorg.org> <543D4038.6040809@wwwdotorg.org> <2f5474d7c82b4597824927c99fe6ba35@HQMAIL103.nvidia.com> <543E9419.4010200@wwwdotorg.org> Message-ID: <543EA311.6020506@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/15/2014 09:39 AM, Albert ARIBAUD wrote: > Hi Stephen, > > On Wed, 15 Oct 2014 09:34:49 -0600, Stephen Warren > wrote: > >> On 10/15/2014 05:43 AM, Albert ARIBAUD wrote: >>> Hi Tom, >>> >>> On Tue, 14 Oct 2014 23:14:24 +0000, Tom Warren >>> wrote: >>> >>>> Albert, >>>> >>>> Please pull u-boot-tegra/master into ARM/master. Thanks! >>>> >>>> The following changes since commit a7f99bf139b3aaa0d5494693fd0395084355e41a: >>>> >>>> arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG (2014-09-11 18:04:39 +0200) >>>> >>>> are available in the git repository at: >>>> >>>> git://git.denx.de/u-boot-tegra.git master >>>> >>>> for you to fetch changes up to 90a565acf3a18c61170ec0e0b2046c98cb7ecc85: >>>> >>>> arm: tegra: initial support for apalis t30 (2014-09-17 11:15:04 -0700) >>>> >>>> ---------------------------------------------------------------- >>>> Marcel Ziswiler (1): >>>> arm: tegra: initial support for apalis t30 >>>> >>>> Stephen Warren (1): >>>> ARM: tegra: add PCIe-related pins to the Jetson TK1 pinmux tables >>> >>> This new board fails when I merge this branch to u-boot-arm/master, >>> with the following diagnostics: >>> >>> include/configs/apalis_t30.h:17:0: warning: "CONFIG_OF_SEPARATE" >>> redefined [enabled by default] >>> In file included >>> from /home/albert.u.boot/src/u-boot-arm/include/linux/kconfig.h:4:0, >>> from :0: >>> include/generated/autoconf.h:8:0: note: this is the location of the >>> previous definition >>> >>> (actually, there is a lot of these, for various config options) >>> >>> Device Tree Source is not correctly specified. >>> Please define 'CONFIG_DEFAULT_DEVICE_TREE' >>> or build with 'DEVICE_TREE=' argument >>> >>> (This one is fatal even though it does not explicitly state "error:") >>> >>> This failure does not happen on the tegra branch; it is obviously due >>> to the Kbuild stuff. >> >> This issue should be fixed by: >> >> https://patchwork.ozlabs.org/patch/398793/ >> [U-Boot] tegra: apalis_t30: master revamp >> >> However, I would assert that at this point during the release cycle, we >> probably shouldn't be adding new boards/features, but just fixing bugs. >> Perhaps we should drop the Apalis patch completely and re-apply it once >> the release is out? > > Ok. Should I still apply the TK1 pinmux patch, or should I consider the > whole PR to be for -next? I consider the Jetson TK1 pinmux patch a bug-fix; it adds entries that always should have been there.