[U-Boot] [PATCH] ARM: tegra: add PCIe-related pins to the Jetson TK1 pinmux tables

Albert ARIBAUD albert.u.boot at aribaud.net
Wed Oct 15 13:43:49 CEST 2014


Hi Tom,

On Tue, 14 Oct 2014 23:14:24 +0000, Tom Warren <TWarren at nvidia.com>
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 <command-line>: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=<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.

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list