From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Mon, 18 Feb 2013 09:44:54 +0530 Subject: [U-Boot] [PATCH 7/7] arm: dra7xx: Add dra7xx_evm build support In-Reply-To: <20130215163645.GH15019@bill-the-cat> References: <1360740549-32588-1-git-send-email-lokeshvutla@ti.com> <1360740549-32588-8-git-send-email-lokeshvutla@ti.com> <20130215163645.GH15019@bill-the-cat> Message-ID: <5121AABE.6030804@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday 15 February 2013 10:06 PM, Tom Rini wrote: > On Wed, Feb 13, 2013 at 12:59:09PM +0530, Lokesh Vutla wrote: > >> Adding the build support for dra7xx_evm. >> Reusing omap5_evm.h config by moving it to omap5_common.h >> >> Signed-off-by: Lokesh Vutla >> Signed-off-by: R Sricharan > [snip] >> +#define CONFIG_DRA752_EVM > [snip] >> #define CONFIG_OMAP5430 /* which is in a 5430 */ >> #define CONFIG_5430EVM /* working with EVM */ > > Are these three ever used? I don't see the two current OMAP5 ones > anywhere and I suspect the new DRA one isn't either. Yes, you are right. ll remove these unused CONFIGs and send a V2. Regards, Lokesh > > I know we'll need separate config files at some point down the line, so > I'm fine with creating a small dra7xx_evm config file. >