Re: [PATCH] add a simple 405EP based board
From: Stephen Rothwell <hidden>
Date: 2008-08-21 08:52:13
Attachments
- (unnamed) [application/pgp-signature] 197 bytes
From: Stephen Rothwell <hidden>
Date: 2008-08-21 08:52:13
Hi Markus, One small nit: On Thu, 21 Aug 2008 10:07:58 +0200 Markus Brunner [off-list ref] wrote:
+#include <linux/init.h>
+#include <linux/of_platform.h>
+
+#include <asm/machdep.h>
+#include <asm/ppc4xx.h>
+#include <asm/time.h>
+#include <asm/udbg.h>
+#include <asm/uic.h>
+
+static int __init ppc405ep_probe(void)
+{
+ unsigned long root = of_get_flat_dt_root();
+ if (!of_flat_dt_is_compatible(root, "company,ppc405ep"))You need to include <asm/prom.h> to use the of_flat ... routines. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/