On 10:39 Thu 13 Mar , Daniel Hellstrom wrote: > This patch adds an U-Boot command, ambapp, which prints a summary > of AMBA Bus Plug & Play information. > > + * along with this program; if not, write to the Free Software > + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, > + * MA 02111-1307 USA > + */ > + > +/* > + * AMBA Plug&Play information list command > + */ > +#include <common.h> > +#include <command.h> > + > +#if defined(CONFIG_CMD_AMBAPP) Please move to the Makefile > + > +#ifndef CONFIG_LEON3 > +#error Only LEON3 processors support the AMBA Plug&Play bus > +#endif > + > +#include <ambapp.h> > + Best Regards, J.
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
