From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 03 Oct 2012 09:33:11 -0600 Subject: [U-Boot] [PATCH] tegra: move common features to a common makefile In-Reply-To: <9771602d1f0d5268f959e2ff8466208044d925aa.1349274264.git.marvin24@gmx.de> References: <9771602d1f0d5268f959e2ff8466208044d925aa.1349274264.git.marvin24@gmx.de> Message-ID: <506C5AB7.7050904@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/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 boards. > > This patch adds a simple Makefile include so all new features become > available for non-Nvidia board vendors. Acked-by: Stephen Warren