]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm, davinci: Use a common configuration file for da850evm and da850_am18xxevm
authorChristian Riesch <christian.riesch@omicron.at>
Thu, 15 Dec 2011 06:21:55 +0000 (06:21 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 16 Jan 2012 07:40:10 +0000 (08:40 +0100)
commit441ea7c67b4ad5aa9702d8640fadcd950cefd2e5
tree3215ca1a81cf0e069d754504d27bb8cf73278d79
parentbc5833c49a5514237cb18177c0f79df0d564b7da
arm, davinci: Use a common configuration file for da850evm and da850_am18xxevm

In commit 06194b6b65f701a9d6ef2d9b4123c4afe57d8783 a separate header
file was introduced for the AM1808 EVM, include/configs/da850_am18xxevm.h.
Before this commit, the da850evm.h configuration file was used for both
the AM1808 and the OMAP-L138 EVMs. The only substantial difference
between the da850evm and the da850_am18xxevm configuration is a single
bit in the hardware revision that is passed to the Linux kernel.

This patch removes include/configs/da850_am18xxevm.h. Instead the
include/configs/da850evm.h configuration is used for AM18xx EVMs and
CONFIG_DA850_AM18X_EVM is defined in boards.cfg.

Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Cc: Tom Rini <trini@ti.com>
boards.cfg
include/configs/da850_am18xxevm.h [deleted file]