On Fri, Aug 05, 2016 at 11:27:13AM +0900, KIYOHARA Takashi wrote: > Hi! > > > From: "Jonathan A. Kollasch" <jakll...@netbsd.org> > Date: Thu, 4 Aug 2016 20:07:18 +0000 > > > Module Name: src > > Committed By: jakllsch > > Date: Thu Aug 4 20:07:18 UTC 2016 > > > > Modified Files: > > src/sys/arch/arm/omap: omap3_sdhc.c > > > > Log Message: > > TI_DM37xx does not currently have a working omapscm(4), which provides > > omap_devid(). Avoid using omap_devid() until correctly fixed. > > Why not attach omapscm? > My Overo EarthSTORM(AM3703) is working with omapscm. The OVERO supports > OMAP 3503, 3530, DM3730 and AM3703. > > Thanks, > -- > kiyohara
BEAGLEBOARDXM w/o omapscm0: src/sys/arch/arm/omap/omap3_sdhc.c:236: undefined reference to `omap_devid' BEAGLEBOARDXM w/ omapscm0 at obio0 addr 0x48002000 size 0x1000 : src/sys/arch/arm/omap/omap3_scm.c: In function 'omap3_scm_match': src/sys/arch/arm/omap/omap3_scm.c:138:25: error: 'SCM_BASE' undeclared (first use in this function) if (obio->obio_addr == SCM_BASE) <further build spew here> Jonathan Kollasch