Re: [PATCH rtems-libbsd v1] nexus: Added SDHCI driver to ZynqMP

2021-07-15 Thread Gedare Bloom
looks fine to me On Mon, Jul 12, 2021 at 5:14 PM Stephen Clark wrote: > > Made ZynqMP build with the SDHCI driver. > --- > rtemsbsd/include/bsp/nexus-devices.h | 4 +++ > .../include/machine/rtems-bsd-nexus-bus.h | 29 +++ > 2 files changed, 33 insertions(+) > >

[PATCH rtems-libbsd v1] nexus: Added SDHCI driver to ZynqMP

2021-07-12 Thread Stephen Clark
Made ZynqMP build with the SDHCI driver. --- rtemsbsd/include/bsp/nexus-devices.h | 4 +++ .../include/machine/rtems-bsd-nexus-bus.h | 29 +++ 2 files changed, 33 insertions(+) diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h