Re: [U-Boot] [PATCH] tegra: move common features to a common makefile

2012-10-12 Thread Tom Warren
Marc, > -Original Message- > From: Thierry Reding [mailto:thierry.red...@avionic-design.de] > Sent: Wednesday, October 03, 2012 10:59 PM > To: Marc Dietrich > Cc: u-boot@lists.denx.de; Stephen Warren; Tom Warren; Lucas Stach > Subject: Re: [PATCH] tegra: move common features to a common ma

Re: [U-Boot] [PATCH] tegra: move common features to a common makefile

2012-10-04 Thread Thierry Reding
On Wed, Oct 03, 2012 at 04:26:28PM +0200, Marc Dietrich wrote: > For Non-Nvidia boards to include newly added features (like emc clock > scaling) it would be necessary to add each feature to their own board > Makefile. This is because currently the top Makefile automaticly includes > these features

Re: [U-Boot] [PATCH] tegra: move common features to a common makefile

2012-10-03 Thread Stephen Warren
On 10/03/2012 08:26 AM, Marc Dietrich wrote: > For Non-Nvidia boards to include newly added features (like emc clock > scaling) it would be necessary to add each feature to their own board > Makefile. This is because currently the top Makefile automaticly includes > these features only for Nvidia b

[U-Boot] [PATCH] tegra: move common features to a common makefile

2012-10-03 Thread Marc Dietrich
For Non-Nvidia boards to include newly added features (like emc clock scaling) it would be necessary to add each feature to their own board Makefile. This is because currently the top Makefile automaticly includes these features only for Nvidia boards. This patch adds a simple Makefile include so