
13 Mar
2008
13 Mar
'08
1:29 p.m.
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.