Re: [PATCH rtems-libbsd] imx: Fix build for all other BSPs.

2020-04-16 Thread Christian Mauderer
Hello Vijay and Sebastian, thanks for the review and test. I pushed the patch and updated RSB. Sorry for breaking stuff in the first place. Best regards Christian On 16/04/2020 10:45, Vijay Kumar Banerjee wrote: > Hi, > > I could successfully build libbsd for arm/beagleboneblack with this

Re: [PATCH rtems-libbsd] imx: Fix build for all other BSPs.

2020-04-16 Thread Sebastian Huber
Looks good. In the new build system, we could more easily control this at build system level. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH rtems-libbsd] imx: Fix build for all other BSPs.

2020-04-16 Thread Vijay Kumar Banerjee
Hi, I could successfully build libbsd for arm/beagleboneblack with this path. Thanks and regards, Vijay On Thu, Apr 16, 2020 at 2:08 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > --- > freebsd/sys/arm/freescale/imx/imx6_ccm.c| 7 +++ >

[PATCH rtems-libbsd] imx: Fix build for all other BSPs.

2020-04-16 Thread Christian Mauderer
--- freebsd/sys/arm/freescale/imx/imx6_ccm.c| 7 +++ freebsd/sys/arm/freescale/imx/imx6_usbphy.c | 4 freebsd/sys/dev/usb/controller/ehci_imx.c | 2 ++ 3 files changed, 13 insertions(+) diff --git a/freebsd/sys/arm/freescale/imx/imx6_ccm.c