From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 05 Sep 2013 13:15:44 -0600 Subject: [U-Boot] =?utf-8?q?=5BPATCH_2/2=5D_ARM=3A_tegra=3A_Add_the_Tamont?= =?utf-8?q?en=E2=84=A2_NG_Evaluation_Carrier_board?= In-Reply-To: <20130905144645.6196051e@avionic-0020.adnet.avionic-design.de> References: <1378299618-29799-1-git-send-email-alban.bedel@avionic-design.de> <1378299618-29799-2-git-send-email-alban.bedel@avionic-design.de> <5227764C.3000206@wwwdotorg.org> <20130905144645.6196051e@avionic-0020.adnet.avionic-design.de> Message-ID: <5228D860.3060605@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 09/05/2013 06:46 AM, Alban Bedel wrote: > On Wed, 04 Sep 2013 12:05:00 -0600 > Stephen Warren wrote: >> On 09/04/2013 07:00 AM, Alban Bedel wrote: >>> Add support for the new Tamonten? NG platform from Avionic Design. >>> Currently only I2C, MMC, USB and ethernet have been tested. ... >>> diff --git a/include/configs/tec-ng.h b/include/configs/tec-ng.h >>> >>> +/* support the new (FDT-based) image format */ >>> +#define CONFIG_FIT >> >> Hmmm. Do the standard Tegra boot scripts in tegra-common-post.h deal >> well with FIT? I've tried to avoid FIT usage as much as possible. > > AFAIU it doesn't change anything if you use old images, it just allow > you to also use FIT image. As the build system we use for our platform > produce FIT image we do need support for it. Or should such things, > which are not related to the HW config, be configured in another place? No, this file is the right/only place for such things.